[openstack-dev] Devstack start
Vineet Menon
mvineetmenon at gmail.com
Mon Nov 10 10:20:21 UTC 2014
Hi Rim,
Please share the local.conf file.
Or if you don't have any special task to perform and want to install a
plain vanilla devstack then use this as local.conf.
[[local|localrc]]
> ADMIN_PASSWORD=secrete
> DATABASE_PASSWORD=$ADMIN_PASSWORD
> RABBIT_PASSWORD=$ADMIN_PASSWORD
> SERVICE_PASSWORD=$ADMIN_PASSWORD
> SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
>
This is in accordance with minimal configuration as mentioned in
http://docs.openstack.org/developer/devstack/configuration.html#minimal-configuration
Regards,
Vineet Menon
On 6 November 2014 14:48, Rim Chol (rimc) <rimc at zhaw.ch> wrote:
> Greetings!
>
> I am sending this email because I have some problems with starting the
> devstack.
>
> I cloned the devstack repository in my laptop and ran ./stack.sh in the
> devstack directory.
> But the konsole complains about that and some of the error messages are
> shown below.
> + screen -S stack -p g-api -X stuff '/usr/local/bin/glance-api
> --config-file=/etc/glance/glance-api.conf & echo $!
> >/opt/stack/status/stack/g-api.pid; fg || echo "g-api failed to start" |
> tee "/opt/stack/s'atus/stack/g-api.failure"
> + echo 'Waiting for g-api (160.85.231.43:9292) to start...'
> Waiting for g-api (160.85.231.43:9292) to start...
> + wait_for_service 60 http://160.85.231.43:9292
> + local timeout=60
> + local url=http://160.85.231.43:9292
> + timeout 60 sh -c 'while ! curl -k --noproxy '\''*'\'' -s
> http://160.85.231.43:9292 >/dev/null; do sleep 1; done'
> + die 317 'g-api did not start'
> + local exitcode=0
> + set +o xtrace
> [Call Trace]
> ./stack.sh:1186:start_glance
> /home/chol/OpenStack/devstack/lib/glance:317:die
> [ERROR] /home/chol/OpenStack/devstack/lib/glance:317 g-api did not
> start
> Error on exit
> World dumping... see ./worlddump-2014-11-06-133528.txt for details\
>
> I can not find any helpful materials on this over the Internet.
> Could anyone of you help me fix this?
> I would really appreciate your help
>
> Chol.
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141110/2326f709/attachment.html>
More information about the OpenStack-dev
mailing list