devstack rejoin-stack.sh does not work
Hi, i did the installation of openstack-icehouse on a laptop running Ubuntu 14 using devstack, I know that everytime you reboot you have to run rejoin-stack.sh to get devstack back to work but mine rejoin-stack script is getting stuck when he tries to start n-obj service:
2014-12-08 15:00:53.551 INFO nova.S3 Objectstore.wsgi.server [-] (10191) wsgi starting up on http://0.0.0.0:3333/
looks like he is trying to start the service at 0.0.0.0 wich is wrong(i guess).
I had run devstack with this local.conf:
[[local|localrc]]
HOST_IP=192.168.1.143
ADMIN_PASSWORD=supersecret
MYSQL_PASSWORD=dbpass
RABBIT_PASSWORD=flopsymopsy
SERVICE_PASSWORD=iheartksl
FLOATING_RANGE=192.168.1.0/24
LOGFILE=/home/stack/stack.sh.log
Q_FLOATING_ALLOCATION_POOL=start=192.168.1.230,end=192.168.1.240
PUBLIC_NETWORK_GATEWAY=192.168.1.143
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
#Neutron Cfg
Q_PLUGIN=ml2
Q_AGENT_EXTRA_OVS_OPTS=(tenant_network_type=local)
OVS_VLAN_RANGE=physnet1
PHYSICAL_NETWORK=physnet1
OVS_PHYSICAL_BRIDGE=br-ex
# Optional, to enable tempest configuration as part of devstack
disable_service tempest
Any help to make rejoin-stack to work would be welcome btw, it's possible to start the services without rejoin-stack script? thanks
2014-12-08 15:00:53.551 INFO nova.S3 Objectstore.wsgi.server [-] (10191) wsgi starting up on http://0.0.0.0:3333/ This just means that service is listening on all interfaces at port 3333. rejoin-stack.sh is working according to this info If you are unable to access any service then specify.