Re: [Openstack] Heat create-stack fails.

2016-06-06 Thread Michael Van Der Beek
to reverse that now. Regards, Michael -Original Message- From: Eugen Block [mailto:ebl...@nde.ag] Sent: Monday, June 6, 2016 3:04 PM To: Michael Van Der Beek Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Heat create-stack fails. Hi Michael, your statements regarding the Ope

Re: [Openstack] Heat create-stack fails.

2016-06-06 Thread Eugen Block
basic working system. Regards, Michael -Original Message- From: Eugen Block [mailto:ebl...@nde.ag] Sent: Friday, June 3, 2016 6:25 PM To: Michael Van Der Beek Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Heat create-stack fails. So you have another config option you have to

Re: [Openstack] Heat create-stack fails.

2016-06-05 Thread Michael Van Der Beek
stack@lists.openstack.org Subject: Re: [Openstack] Heat create-stack fails. So you have another config option you have to provide for all relevant services. Either you do this step by step changing one file after another and watch the logs to see the next failing option. Or you scan through the install gui

Re: [Openstack] Heat create-stack fails.

2016-06-05 Thread Michael Van Der Beek
25 PM To: Michael Van Der Beek Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Heat create-stack fails. So you have another config option you have to provide for all relevant services. Either you do this step by step changing one file after another and watch the logs to see the ne

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
the Nova API log if possible. 2016-06-03 17:23:59.312 12059 INFO nova.osapi_compute.wsgi.server [req-b8f7ce5b-8db8-402d-b9bc-3e55d7c4a360 6b7fa6d27fc046dc8e991c25aa4a01c8 fd3a0ca3acf14106b4f45adaa8b0f0f8 - - -] 10.20.1.71 "POST /v2/fd3a0ca3acf14106b4f45adaa8b0f0f8/servers HTTP/1.1" statu

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Michael Van Der Beek
3 17:23:59.312 12059 INFO nova.osapi_compute.wsgi.server [req-b8f7ce5b-8db8-402d-b9bc-3e55d7c4a360 6b7fa6d27fc046dc8e991c25aa4a01c8 fd3a0ca3acf14106b4f45adaa8b0f0f8 - - -] 10.20.1.71 "POST /v2/fd3a0ca3acf14106b4f45adaa8b0f0f8/servers HTTP/1.1" status: 500 len: 465 time: 0.5185332 -

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
s the problem on the controller? Is the auth_type required in the nova.conf on the controller? Regards, Michael -Original Message- From: Eugen Block [mailto:ebl...@nde.ag] Sent: Friday, June 3, 2016 3:38 PM To: Michael Van Der Beek Cc: openstack@lists.openstack.org Subject: Re: [Open

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Michael Van Der Beek
controller? Regards, Michael -Original Message- From: Eugen Block [mailto:ebl...@nde.ag] Sent: Friday, June 3, 2016 3:38 PM To: Michael Van Der Beek Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Heat create-stack fails. Hi Michael, in addition to Pavlo's answer I just wante

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
Hi Michael, in addition to Pavlo's answer I just wanted to add what I use as auth_type, referring to the Mitaka guide the value is: auth_type = password Regards, Eugen Zitat von Pavlo Shchelokovskyy : Hi Michael, you should consult the docs for "keystoneauth" library [0], that is actuall

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Pavlo Shchelokovskyy
Hi Michael, you should consult the docs for "keystoneauth" library [0], that is actually using these options to construct an authentificated client. It supports quite a number of auth plugins (that's what you specify as auth_type), each having specific other options. [0] http://docs.openstack.org

Re: [Openstack] Heat create-stack fails.

2016-06-02 Thread Michael Van Der Beek
Hi Eugen, For some reason, I'm not getting any email from this list. My mailserver doesn't even show any attempts from the list server. Anyway, the install guide does not specify what the auth_plugin is suppose to be. By default auth_plugin is depreciated. # Authentication type to load (unknown

Re: [Openstack] Heat create-stack fails.

2016-06-02 Thread Eugen Block
Hi, I'm just guessing, but maybe you didn't change the auth_plugin in nova.conf on compute node? Regards, Eugen Zitat von Michael Van Der Beek : Hi All, Sorry to trouble you guys. I've been following the install guide found at http://docs.openstack.org/juno/install-guide/install/yum/conte

[Openstack] Heat create-stack fails.

2016-06-02 Thread Michael Van Der Beek
Hi All, Sorry to trouble you guys. I've been following the install guide found at http://docs.openstack.org/juno/install-guide/install/yum/content/ch_preface.html I've gotten everything to work except the Orchestra. When I do this. [root@controller nova]# heat stack-create -f /root/test-stack.ym