The following requirements must be fulfilled to access the OpenStack dashboard:
The cloud operator has set up an OpenStack cloud.
You have a recent Web browser that supports HTML5. It must have cookies and JavaScript enabled. To use the VNC client for the dashboard, which is based on noVNC, your browser must support HTML5 Canvas and HTML5 WebSockets. For more details and a list of browsers that support noVNC, see https://github.com/kanaka/noVNC/blob/master/README.md, and https://github.com/kanaka/noVNC/wiki/Browser-support, respectively.
Learn how to log in to the dashboard and get a short overview of the interface.
To log in to the dashboard
Ask your cloud operator for the following information:
The host name or public IP address from which you can access the dashboard.
The dashboard is available on the node that has the
nova-dashboard
server role.The user name and password with which you can log in to the dashboard.
Open a Web browser that supports HTML5. Make sure that JavaScript and cookies are enabled.
As a URL, enter the host name or IP address that you got from the cloud operator.
https://
IP_ADDRESS_OR_HOSTNAME
/Certificate Warning You might get a certificate warning when you try to access the URL for the first time depending on your browser and browser options. In case no certificate is provided when the cloud operator sets up the dashboard, the OpenStack cloud uses a self-signed certificate that is not considered trustworthy by default. In this case, verify the certificate. To proceed anyway, you can add an exception in the browser to bypass the warning.
On the dashboard log in page, enter your user name and password and click
.
After you log in, the following page appears:
The top-level row shows the user name that you logged in with. You can also access Settings or of the Web interface.
Note | |
---|---|
The visible tabs and functions in the dashboard depend on the access permissions of the user that is logged in. They are defined by roles. |
If you are logged in as an end user rather than an admin user, the main screen shows only the Project tab.
This tab shows details for the projects, or projects, of which you are a member.
Select a project from the drop-down list on the left-hand side to access the following categories:
- Overview
Shows basic reports on the project.
- Instances
Lists instances and volumes created by users of the project.
From here, you can stop, pause, or reboot any instances or connect to them through virtual network computing (VNC).
- Volumes
Lists volumes created by users of the project.
From here, you can create or delete volumes.
- Images & Snapshots
Lists images and snapshots created by users of the project, plus any images that are publicly available. Includes volume snapshots. From here, you can create and delete images and snapshots, and launch instances from images and snapshots.
- Access & Security
On the Security Groups tab, you can list, create, and delete security groups and edit rules for security groups.
On the Keypairs tab, you can list, create, and import keypairs, and delete keypairs.
On the Floating IPs tab, you can allocate an IP address to or release it from a project.
On the API Access tab, you can list the API endpoints.