Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-03 Thread Davide Panarese
If you’re using v2 authentication Domains are not enabled. Did you try to use v3 authentication?! I’m using keystone v3 (i follow mitaka install too) Let me know. Davide > On 02 Feb 2017, at 20:15, NareshA kumar wrote: > > Davide, > I have other services like

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-02 Thread NareshA kumar
Davide, I have other services like cinder and tacker configured (tacker is not working as it needs heat). Memcached server is working still authentication error is there. I followed http://docs.openstack.org/mitaka/install-guide-ubuntu/heat-install.html In keystone v2 we cant create domains as

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-02 Thread Davide Panarese
Hi, do you have other services or only heat configured?! Did you check if keystone store token properly? I had the same problem when my memcache token backend didn’t work. If not, it seems all correct. Did you follow openstack install official guide? Davide > On 02 Feb 2017, at 10:19, NareshA

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-02 Thread NareshA kumar
Dear Davide, Below are the steps I have followed to configure heat in kilo. Please let me know if I am missing something here. mysql -u root -p CREATE DATABASE heat; GRANT ALL PRIVILEGES ON heat.* TO 'heat'@'localhost' \ IDENTIFIED BY 'heat'; GRANT ALL PRIVILEGES ON heat.* TO 'heat'@'%' \

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread Davide Panarese
If you use heat creadential for token request it works? export OS_AUTH_URL=https://identity.cncloud.com:5000/v2.0 export OS_REGION_NAME=RegionOne export OS_USERNAME=heat export OS_TENANT_NAME=services export OS_PASSWORD=heat keystone token-get Davide >

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread Davide Panarese
Could you debug heat api call with heat —debug stack-list? Did you associate heat user to service tenant and give it admin role? Davide > On 31 Jan 2017, at 19:54, NareshA kumar wrote: > > Hi, > I am installing heat in kilo with keystone v2 APIs. As per document I

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-01-31 Thread NareshA kumar
George, Do you mean credentials used for heat? How to identify heat in keystone. Can you please explain this part? Regards, NareshA On 01-Feb-2017 2:16 AM, "George Shuklin" wrote: Try to identify youself against keystone with those credentials to if you can get

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-01-31 Thread George Shuklin
Try to identify youself against keystone with those credentials to if you can get token. Use OS_* variables for this. On 01/31/2017 09:48 PM, NareshA kumar wrote: George, I have created heat user and [keystoneauth] section looks like, [keystone_authtoken] # Complete public Identity API

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-01-31 Thread NareshA kumar
George, I have created heat user and [keystoneauth] section looks like, [keystone_authtoken] # Complete public Identity API endpoint. (string value) auth_uri = https://identity.cncloud.com:5000/v2.0 identity_url = https://identity.cncloud.com:35357 #memcached_servers = controller:11211 auth_type

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-01-31 Thread George Shuklin
On 01/31/2017 08:54 PM, NareshA kumar wrote: Hi, I am installing heat in kilo with keystone v2 APIs. As per document I have configured the endpoints and heat.conf. "heat stack-list" gives me Authentication required error. In heat-api.log I am seeing "Authorization failed for token" message.

[Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-01-31 Thread NareshA kumar
Hi, I am installing heat in kilo with keystone v2 APIs. As per document I have configured the endpoints and heat.conf. "heat stack-list" gives me Authentication required error. In heat-api.log I am seeing "Authorization failed for token" message. Can anyone help me solve this issue? Regards,