[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2017-04-26 Thread subratsahoo
Hi All, I also have the same issue tried multiple times both on virtual box and KVM environments. While configuring the final identity services on controller node running "openstack project create --domain default --description "Service Project" service" command with all default credential as

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-26 Thread nerdulent
Hi All...Inspite of having the following configurations root@controller:~# export OS_AUTH_URL=http://controller:35357/v3 root@controller:~# openstack project create --domain default --description "Service Project" service The request you have made requires authentication. (HTTP 401) (Request-ID:

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-05 Thread Tim Josefski
If you changed it recently and did no complete reinstall since, you might have nyc-controller left somewhere in configs or databases .?. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title:

Re: [Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-03 Thread murtazasolangi
I have changed the hostname from nyc-controller to nycontroller, there is also perception with Newton and Ubuntu packages have an issue with hostnames with "-", but no luck On Dec 3, 2016 5:40 PM, "Tim Josefski" wrote: > above you named it nyc-controller . maybe a simple naming

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-03 Thread Tim Josefski
above you named it nyc-controller . maybe a simple naming inconstancy? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title: Newton, Ubuntu 16.04 Xenial Keystone authentication issue To

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-02 Thread murtazasolangi
It's totally strange & frustrating for me , I have 2 DCs with same Distro Ubuntu 16.04.1 having Newton, DC1 is working fine, while DC2 with having keystone authentication problem. I have checked line by line and package by packages multiple times, error is same "The request you have made

Re: [Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-02 Thread murtazasolangi
@Tim, Yes, I have changed my dns name is now "nycontroller" and it's able to resolve. my setup is not multinode, this is separate geographical site for deployment. so consider it as a separate controller, but unfortunately experiencing same issue. On Fri, Dec 2, 2016 at 5:40 PM, Tim Josefski

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-12-02 Thread Tim Josefski
I didn't look into multi-controller setup. Anyway I would check whether nys-controller resolves to the correct IP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title: Newton, Ubuntu 16.04

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-29 Thread murtazasolangi
Sorry to interrupt you guys again on same issue, this may be my stupidity but I'm facing issue on my second controller with [Ubuntu 16.04 with Newton] since 3 days - I have multiple time fresh installed and checked to avoid same mistake and used carefully nyc-controller name, instead of

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-29 Thread murtazasolangi
Sorry to interrupt you guys again on same issue, this may be my stupidity but I'm facing issue on my second controller with [Ubuntu 16.04 with Newton] since 3 days - I have multiple time fresh installed and checked to avoid same mistake and used carefully nyc-controller name, instead of

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread KATO Tomoyuki
** Changed in: openstack-manuals Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title: Newton, Ubuntu 16.04 Xenial Keystone authentication issue To

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread murtazasolangi
@Tim, really Thank you man for your prompt and valuable support. yes, that was my mistake to use, localhost instead of "controller" in variables. THANK YOU ** Changed in: openstack-manuals Status: Incomplete => Confirmed -- You received this bug notification because you are a member

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread Tim Josefski
I guess localhost resolves to 127.0.0.1? instead of using localhost, you might set a domain like 'controller' in your /etc/hosts with the ip of your controller node and replace localhost with controller in OS_AUTH_URL. As I remember, that's also what the tutorial recommends. and to clarify, you

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread murtazasolangi
I am not able to move on, due to this error root@Mil-controller:/home/super# openstack project create --domain default \ > --description "Service Project" service The request you have made requires authentication. (HTTP 401) (Request-ID: req-84afaa85-76c9-4112-abf0-065e00469327) log

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread Tim Josefski
when you have set all variables you can try proceeding with the openstack installation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title: Newton, Ubuntu 16.04 Xenial Keystone

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread murtazasolangi
Okay, after resetting evn the output is: root@Mil-controller:/home/super# echo $OS_USERNAME admin root@Mil-controller:/home/super# echo $OS_AUTH_URL http://localhost:35357/v3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread Tim Josefski
Keep in mind, that the enviroment variables set that way are not persistent. When you close your session, they are gone. so when "$OS_USERNAME" it's empty, it's not set anymore. You got to set all variable again and then retry. -- You received this bug notification because you are a member of

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread murtazasolangi
Yes, I have set following env as tutorial is mentioning. export OS_USERNAME=admin export OS_PASSWORD=** export OS_PROJECT_NAME=admin export OS_USER_DOMAIN_NAME=default export OS_PROJECT_DOMAIN_NAME=default export OS_AUTH_URL=http://localhost:35357/v3 export OS_IDENTITY_API_VERSION=3

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread Tim Josefski
You are sure to have set the enviroment variables as discripted in the install tutorial? What does it say when you run "echo $OS_USERNAME" or "echo $OS_AUTH_URL"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-25 Thread murtazasolangi
yes, I'm sure I have created administrative account. I have reinstalled and double check all stuff from scratch, but no luck -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644641 Title: Newton,

[Bug 1644641] Re: Newton, Ubuntu 16.04 Xenial Keystone authentication issue

2016-11-24 Thread Chason
Make sure you have configured the administrative account in this section:http://docs.openstack.org/newton/install-guide-ubuntu/keystone- install.html#finalize-the-installation ** Changed in: openstack-manuals Status: New => Incomplete -- You received this bug notification because you are