yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48826
[Bug 1564455] [NEW] Neutron did not start - While Stacking
Public bug reported:
hello, i try to make an installation using DevStack in order to
implement network-sfc but i got stuck while stacking (stuck- stack haha,
ok i'm out)
the tutorial is from:
https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining
and i actually did quite the same
----------------------------------------------------------------------------
so here's my local.conf script:
[[local|localrc]]
SERVICE_TOKEN=tata
ADMIN_PASSWORD=tata
MYSQL_PASSWORD=tata
RABBIT_PASSWORD=tata
SERVICE_PASSWORD=tata
HOST_IP=My_Srv_IP
SERVICE_HOST=My_Srv_IP
SYSLOG=True
SYSLOG_HOST=My_Srv_IP
SYSLOG_PORT=516
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
disable_service tempest
RECLONE=no
PIP_UPGRADE=False
MULTI_HOST=TRUE
# Disable Nova Networking
disable_service n-net
# Disable Nova Compute
#disable_service n-cpu
# Enable Neutron
ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
# Cinder
disable_service c-api
disable_service c-sch
disable_service c-vol
# Disable security groups
Q_USE_SECGROUP=False
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
enable_plugin networking-sfc git://git.openstack.org/openstack
/networking-sfc stable/liberty
----------------------------------------------------------------------------
what i get when i do ./stack.sh :
2016-03-31 14:19:48.017 | [Call Trace]
2016-03-31 14:19:48.017 | ./stack.sh:1198:start_neutron_service_and_check
2016-03-31 14:19:48.017 | /opt/stack/devstack/lib/neutron-legacy:691:test_with_retry
2016-03-31 14:19:48.017 | /opt/stack/devstack/functions-common:2104:die
2016-03-31 14:19:48.020 | [ERROR] /opt/stack/devstack/functions-common:2104 Neutron did not start
2016-03-31 14:19:49.024 | Error on exit
----------------------------------------------------------------------------
i did a rejoin-stack to see what's going on and it tells me that "q-svc
failed to start"
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1564455
Title:
Neutron did not start - While Stacking
Status in neutron:
New
Bug description:
hello, i try to make an installation using DevStack in order to
implement network-sfc but i got stuck while stacking (stuck- stack
haha, ok i'm out)
the tutorial is from:
https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining
and i actually did quite the same
----------------------------------------------------------------------------
so here's my local.conf script:
[[local|localrc]]
SERVICE_TOKEN=tata
ADMIN_PASSWORD=tata
MYSQL_PASSWORD=tata
RABBIT_PASSWORD=tata
SERVICE_PASSWORD=tata
HOST_IP=My_Srv_IP
SERVICE_HOST=My_Srv_IP
SYSLOG=True
SYSLOG_HOST=My_Srv_IP
SYSLOG_PORT=516
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
disable_service tempest
RECLONE=no
PIP_UPGRADE=False
MULTI_HOST=TRUE
# Disable Nova Networking
disable_service n-net
# Disable Nova Compute
#disable_service n-cpu
# Enable Neutron
ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
# Cinder
disable_service c-api
disable_service c-sch
disable_service c-vol
# Disable security groups
Q_USE_SECGROUP=False
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
enable_plugin networking-sfc git://git.openstack.org/openstack
/networking-sfc stable/liberty
----------------------------------------------------------------------------
what i get when i do ./stack.sh :
2016-03-31 14:19:48.017 | [Call Trace]
2016-03-31 14:19:48.017 | ./stack.sh:1198:start_neutron_service_and_check
2016-03-31 14:19:48.017 | /opt/stack/devstack/lib/neutron-legacy:691:test_with_retry
2016-03-31 14:19:48.017 | /opt/stack/devstack/functions-common:2104:die
2016-03-31 14:19:48.020 | [ERROR] /opt/stack/devstack/functions-common:2104 Neutron did not start
2016-03-31 14:19:49.024 | Error on exit
----------------------------------------------------------------------------
i did a rejoin-stack to see what's going on and it tells me that
"q-svc failed to start"
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1564455/+subscriptions
Follow ups