Comment 5 for bug 1119428

Revision history for this message
Arminder Singh Girgla (arminder) wrote :

I'm too getting the same error:

2013-06-17 06:25:41 + echo 'Waiting for g-api (192.168.229.80:9292) to start...'
2013-06-17 06:25:41 Waiting for g-api (192.168.229.80:9292) to start...
2013-06-17 06:25:41 + timeout 60 sh -c 'while ! http_proxy= wget -q -O- http://192.168.229.80:9292; do sleep 1; done'
2013-06-17 06:26:41 + die 191 'g-api did not start'
2013-06-17 06:26:41 + local exitcode=0
2013-06-17 06:26:41 + set +o xtrace
2013-06-17 06:26:41 [ERROR] ./stack.sh:191 g-api did not start

and then stack.sh dies

stack@ubuntu:~/devstack$ cd /opt/stack/glance;/opt/stack/glance/bin/glance-api --config-file=/etc/glance/glance-api.conf
2013-06-17 06:43:30.342 12172 DEBUG glance.store [-] Attempting to import store glance.store.filesystem.Store _get_store_class /opt/stack/glance/glance/store/__init__.py:141
2013-06-17 06:43:30.344 12172 DEBUG glance.store [-] Registering store <class 'glance.store.filesystem.Store'> with schemes ('file', 'filesystem') create_stores /opt/stack/glance/glance/store/__init__.py:171
...
2013-06-17 06:43:30.437 12172 WARNING glance.api.v2.images [-] Could not find schema properties file schema-image.json. Continuing without custom properties
2013-06-17 06:43:30.545 12172 DEBUG glance.notifier [-] Converted strategy alias rabbit to glance.notifier.notify_kombu.RabbitStrategy __init__ /opt/stack/glance/glance/notifier/__init__.py:63
2013-06-17 06:43:30.550 12172 INFO glance.notifier.notify_kombu [-] Connecting to AMQP server on localhost:5672
2013-06-17 06:43:30.576 12172 CRITICAL glance [-] 'RabbitStrategy' object has no attribute 'connection_errors'

Any ideas?

- Arminder