Reputation: 597
i have been using OpenStack
through DevStack
. Got this error when i try to run unstack.sh
viknesh@viknesh-HP-Pavilion-g6-Notebook-PC:/devstack$ ./unstack.sh
* Stopping web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
... waiting . [ OK ]
tgt stop/waiting
Volume group "stack-volumes" not found
Skipping volume group stack-volumes
Volume group "stack-volumes" not found
Skipping volume group stack-volumes
viknesh@viknesh-HP-Pavilion-g6-Notebook-PC:/devstack$
Even i can't login to openstack dashboard from localhost using default username and password as admin and password
An error occurred authenticating. Please try again later.
Upvotes: 0
Views: 924
Reputation: 184
I had similar issues. I traced it to my DHCP changing the IP for the machine. I had to change the IP in local.conf and run stack.sh
Upvotes: 0
Reputation: 265
If you want log in to the dashboard you should run stack.sh again. unstack.sh is for shutting down devstack and not for starting it! The shell output you posted doesn't really show errors these are rather warnings.
Upvotes: 1