[Openstack] OpenStack Icehouse Installation on Redhat7

2014-08-31 Thread BYEONG-GI KIM
Hello. I'm now manually installing the latest OpenStack Icehouse on Redhat7, but I'm suffering from a problem; an instance cannot get IP address from qdhcp on Network Node. I don't know what exactly problem is, but I found that the Redhat7 environment seems a little different with the other OS en

Re: [Openstack] How to Fix "Invalid OpenStack Identity credentials"?

2014-08-31 Thread Hossein Zabolzadeh
Thanks for your response. Yes the problem was on my keystone.conf file. My admin_token value(in keystone.conf) was different from my environment variable. On Sun, Aug 31, 2014 at 11:02 PM, Anne Gentle wrote: > Ok, next step is to ensure your /etc/keystone/keystone.conf really has > that token i

Re: [Openstack] How to Fix "Invalid OpenStack Identity credentials"?

2014-08-31 Thread Anne Gentle
Ok, next step is to ensure your /etc/keystone/keystone.conf really has that token in it and you've restarted the keystone service to pick up that change. Check to be sure the keystone service is running also (though a 400 is about creds not the service itself running). To try to get more info, ru

Re: [Openstack] Swift questions

2014-08-31 Thread John Dickinson
On Aug 31, 2014, at 5:25 AM, Marcus White wrote: > One last follow up question, hopefully! > > I agree, each proxy server can handle any requests..I wanted to see > what the typical deployment is for the multi geo case. > > For multi region global clusters, for example, each region would have

Re: [Openstack] How to Fix "Invalid OpenStack Identity credentials"?

2014-08-31 Thread Hossein Zabolzadeh
Yes, I defined my token and service endpoint as follow: export OS_SERVICE_TOKEN=572aa9b4424d4c6dfbe5a794c253a1b4 export OS_SERVICE_ENDPOINT=http://10.0.0.1:35357/v2.0 But it doesn't work at all. On Sun, Aug 31, 2014 at 9:45 PM, Anne Gentle wrote: > Hi there - make sure you've got the service t

[Openstack] How to Fix "Invalid OpenStack Identity credentials"?

2014-08-31 Thread Hossein Zabolzadeh
Hi there, When I executed the following command, the above mentioned message was shown. How can I solve the problem? keystone tenant-create --name=admin --description="Admin Tenant" Thanks is advance. ___ Mailing list: http://lists.openstack.org/cgi-bin/m