Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

what's domain in the dashboard of Ubuntu Openstack

Writer Andrew Mclaughlin

I am new to OpenStack and recently I am learning to use it. After I successfully install OpenStack by following this link:

At 3rd step, it said, "default username “admin” and password “OpenStack”. However, when I entered the dashboard, I saw 3 entries: domain/username/password. Please seethe screenshot of dashboard

I cannot leave the "domain" with a blank but I really don't know what "domain" it is here. I searched online and only found some infos about functionalities about the domain of OpenStack.

Please help! Any suggestions will be appreciated!

3 Answers

I just figured it out...

the domain that worked for me is "admin_domain".

I got it from /etc/keystone/keystone.conf inside the keystone machine.

Do "juju status" to figure out in which machine keystone is deployed

Unit Workload Agent Machine Public address Ports Message
keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready

Then ssh to it and cat the file

juju ssh 0/lxd/1
sudo cat /etc/keystone/keystone.conf 

The last lines show the domain and user:

[ldap]
[resource]
admin_project_domain_name = admin_domain
admin_project_name = admin
1

This seems to be the most common answer, but mine was a bit more difficult.
I ran this command:

juju run --unit keystone/0 leader-get admin_passwd

and this was the password for the admin account.
The domain was "admin_domain" from above.

I think you used the wrong IP address.

Please run juju status and find the IP address of openstack-dashboard service and go to the . Please try http and https I didn't remember the right protocol

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy