[Openstack] [Ironic] Questions about ironic deployment

2014-11-07 Thread Michael Turek
Hello all, I've been working at getting an ironic setup going (following the installation guide http://docs.openstack.org/developer/ironic/deploy/install-guide.html). I'm up to the node creation step and have some questions 1) In regards to the baremetal flavor, how closely do the extra-spec

Re: [Openstack] Glance timeout error

2014-11-07 Thread Matt Kassawara
Glance shouldn't use the message queue unless you're using ceilometer. The default configuration file might enable it, but it won't work without configuring additional options. In glance-api.conf, configure 'notification_driver = noop' to disable it. On Fri, Nov 7, 2014 at 9:16 AM, varun bhatnagar

Re: [Openstack] Glance timeout error

2014-11-07 Thread varun bhatnagar
Hi Adrián, I don't think it is listening on 0.0.0.0:5672 This is the output which I am getting: *Ops-Controller:~ # netstat -tunelp|grep 5672tcp0 0 :::5672 :::*LISTEN 113 69412 30402/beam Ops-Controller:~ #* Do I need to confi

Re: [Openstack] Glance timeout error

2014-11-07 Thread Adrián Norte
check if amqp is listening on 0.0.0.0:5672 or somewhere else. if it is listening correctly try restarting amqp and then telnet to it. El 07/11/14 a las 14:41, varun bhatnagar escribió: Hi Brad/Erik, Thanks for replying. I am installing glance service on Ops-Controller & it is able to ping its

Re: [Openstack] Glance timeout error

2014-11-07 Thread varun bhatnagar
Hi Brad/Erik, Thanks for replying. I am installing glance service on Ops-Controller & it is able to ping itself. Firewall is turned off. I have executed netstat command and this is what it prints: *Ops-Controller:~ # netstat -tunelp|grep 9292tcp0 0 0.0.0.0:9292

Re: [Openstack] (no subject)

2014-11-07 Thread Sadia Bashir
Hi All, I fixed the "stack_user_domain ID not set in heat.conf falling back to using default" error by following links given below: http://hardysteven.blogspot.fr/2014/04/heat-auth-model-updates-part-2-stack.html http://docs.openstack.org/developer/keystone/cli_examples.html but soon after this