Chapter 7. Using OpenStack With the Dashboard
- 7.1. Accessing the Dashboard
- 7.2. Uploading a Disk Image
- 7.3. Creating a Keypair
- 7.4. Creating a Network
- 7.5. Launching an Instance
- 7.6. Creating a Volume
- 7.7. Attaching a Volume
- 7.8. Creating an Instance Snapshot
- 7.9. Adding a Rule to a Security Group
- 7.10. Adding Floating IP Addresses
- 7.11. Creating a Router
- 7.12. Controlling the State of an Instance (Pause, Suspend, Reboot)
- 7.13. Deleting an Instance
7.1. Accessing the Dashboard
To access the Dashboard you must have first:
- Installed the Dashboard.
Procedure 7.1. Accessing the Dashboard
- Log in to the Dashboard.In your browser, open the link for your configuration to access the Dashboard for the first time.
http://HOSTNAME/dashboard/ReplaceHOSTNAMEwith the host name or IP address of the server on which you installed the Dashboard.Enter the user name and password and then click .The user name isadminand the password is stored asexport OS_PASSWORD=in the~/keystonerc_adminfile. If you have enabled thedemoIdentity (Keystone) tenant, for example by runningpackstack --allinone, you should log into the Dashboard using thedemoaccount instead of theadminaccount due to the ownership of the private and public networks. Thedemopassword is stored asCONFIG_KEYSTONE_DEMO_PWin PackStack's answer file.
