yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45496
[Bug 1537661] Re: devstack with stable/liberty and neutron lbaas v2 is failing
I could bring up a setup when I change the enable_plugin to include the
branch
# Load the external LBaaS plugin.
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/liberty
enable_plugin octavia https://git.openstack.org/openstack/octavia stable/liberty
I was confused with the NEUTON_LBAAS_BRANCH and OCTAVIA_BRANCH and
thought they should take care of checking out the right branch.
** Changed in: devstack
Status: Incomplete => Invalid
** Changed in: neutron
Status: Incomplete => Invalid
** Changed in: octavia
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1537661
Title:
devstack with stable/liberty and neutron lbaas v2 is failing
Status in devstack:
Invalid
Status in neutron:
Invalid
Status in octavia:
Invalid
Bug description:
I am using following localrc
KEYSTONE_BRANCH=stable/liberty
NOVA_BRANCH=stable/liberty
GLANCE_BRANCH=stable/liberty
CINDER_BRANCH=stable/liberty
NEUTRON_BRANCH=stable/liberty
HEAT_BRANCH=stable/liberty
CEILOMETER_BRANCH=stable/liberty
SWIFT_BRANCH=2.3.0
OCTAVIA_BRANCH=stable/liberty
NEUTRON_LBAAS_BRANCH=stable/liberty
# Logging
LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
LOGDAYS=1
LOG_COLOR=False
SCREEN_LOGDIR=/opt/stack/logs
# Load the external LBaaS plugin.
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
enable_plugin octavia https://git.openstack.org/openstack/octavia
# Pre-requisite
ENABLED_SERVICES=rabbit,mysql,key
# Nova
ENABLED_SERVICES+=,n-api,n-crt,n-cpu,n-cond,n-sch
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Neutron
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta
# Enable LBaaS v2
ENABLED_SERVICES+=,q-lbaasv2
ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api
# Cinder
ENABLED_SERVICES+=,c-api,c-vol,c-sch
# Heat
ENABLED_SERVICES+=,h-api,h-api-cfn,h-eng
# Tempest
ENABLED_SERVICES+=,tempest
neutron fails to start with "Plugin not found" error and hence devstack fails.
To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1537661/+subscriptions