Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Yes, selinux has to be disabled and iptables should be OFF On Mon, May 27, 2013 at 5:03 PM, Nehal J. Wani wrote: > i reinstalled the OS, disabled selinux, rebooted, and then tried the > script again, it finished in one go! Most probably the error before was > that I had not rebooted after disabli

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Nehal J. Wani
i reinstalled the OS, disabled selinux, rebooted, and then tried the script again, it finished in one go! Most probably the error before was that I had not rebooted after disabling selinux, which is the script was stuck at http://fpaste.org/14729/. On Mon, May 27, 2013 at 2:53 PM, Ashutosh Naraya

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Refer this bug report : https://bugzilla.redhat.com/show_bug.cgi?id=957033 It needs to have two arguments. When I ran "keystone user-password-update --pass test admin" It worked for me. On Mon, May 27, 2013 at 2:47 PM, Nehal J. Wani wrote: > [root@srvr1 ~(keystone_admin)]# keystone user-password

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Nehal J. Wani
[root@srvr1 ~(keystone_admin)]# keystone user-password-update --user=admin usage: keystone user-password-update --pass keystone user-password-update: error: too few arguments I'll try from beginning again (fresh install) and then report my findings On Mon, May 27, 2013 at 2:39 PM, Ashutosh Na

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Try executing the following command : # keystone user-password-update --user=admin It will prompt for entering the password On Mon, May 27, 2013 at 1:53 PM, Nehal J. Wani wrote: > So I ran > > [root@srvr1 ~]#source keystonerc_admin > [root@srvr1 ~(keystone_admin)]# keystone user-password-updat

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Nehal J. Wani
So I ran [root@srvr1 ~]#source keystonerc_admin [root@srvr1 ~(keystone_admin)]# keystone user-password-update --pass testpass admin Authorization Failed: [Errno 22] Invalid argument I am still stuck :( On Mon, May 27, 2013 at 1:02 PM, Ashutosh Narayan < aashutoshnara...@gmail.com> wrote: > Yes

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Yes, that was fixed when I was able to resolve the hostname. Restart openstack-nova-* services and check. As far as resetting master password is concerned, I think you must do so in "keystonerc_admin" file and restart openstack-* services. Again run source "keystonerc_admin". This should do. On

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Nehal J. Wani
No, the dashboard appears. But there is bubble on the right side giving that error. How can I master reset the password? On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan < aashutoshnara...@gmail.com> wrote: > It means your hostname is not resolvable over the network. > Please verify that it re

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
It means your hostname is not resolvable over the network. Please verify that it resolves to fully qualified domain name. On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani wrote: > Sorry for troubling you, but now I wasn't able to login to the dashboard. > Since I ran the script two times, two fil

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-26 Thread Ashutosh Narayan
Hi Nehal, I also came across similar issue. When I restarted the virtual machine and re-did the same step it worked. Are you doing this setup on a physical machine or a virtual machine ? Thank you, On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani wrote: > I have come across the following guide: