1 Introduction
The Ericsson dashboard (Atlas) for the Cloud Execution Environment (CEE) is based on the OpenStack dashboard (Horizon). For more information on the OpenStack dashboard, refer to the community user guide OpenStack End User Guide.
This document describes the additional functions of the Ericsson dashboard, Atlas, as compared to OpenStack Horizon. Refer to Atlas Overview for more information.
The target group of this document consists of the users operating virtual resources with the Atlas Graphical User Interface (GUI).
1.1 Limitations
The following limitations apply to the Atlas dashboard:
- Atlas is best viewed using Google Chrome™ version
40.0 or later, but it also supports Mozilla Firefox® 40.0+.
Internet Explorer is not supported.
- Previous login information in the Atlas GUI is not displayed, as the login information for Keystone users is not stored by Keystone.
- Inactivity time for user accounts is not allowed, as Keystone does not provide the option to disable a dormant user.
- In case of an expired certificate, update the certificate. Otherwise, proceed at your own risk.
- The list of supported Atlas features varies depending on the specific Cloud Execution Environment (CEE) configuration used.
- In the Instances panel, Firefox does not automatically update the row after Instance creation. This is because of a cache issue in Firefox: the browser caches the page, preventing the redirection of the URL.
- If using Firefox, logout is not possible by selecting Sign Out from the drop-down menu in Logged in as. This is because of a cache issue in Firefox.
Workaround: Do the following:
- Log on to Atlas and switch to root user:
<user@laptop>:~# ssh atlasadm@<atlas_ip_address> atlasadm@atlas:~$ sudo -i
- Execute the following commands:
sed -i 's/def switch.*/@never_cache\n&/' /usr/lib/python2.7/dist-packages/openstack_auth/views.py sed -i 's/def logout.*/@never_cache\n&/' /usr/lib/python2.7/dist-packages/openstack_auth/views.py
sed -i 's/def switch.*/@never_cache\n&/' ⇒ /usr/lib/python2.7/dist-packages/openstack_auth/views.py sed -i 's/def logout.*/@never_cache\n&/' ⇒ /usr/lib/python2.7/dist-packages/openstack_auth/views.py - Restart the Apache service:
sudo service apache2 restart
- Clear the Firefox browser cache.
- Log on to Atlas and switch to root user:
- Security groups are only supported on CEE with tightly integrated SDN. For CEE deployments without SDN tight integration, no security groups need to be assigned, and the assigned security groups have no effect on CEE operations.
- The object store, Swift, is disabled by default, because Swift is not available for non-admin tenants.
- The maximum body size for HTTP requests is set to 112 KB in the default settings of the Nova API. Larger environment files cannot be injected, even if the injected_file_content_bytes quota value is changed for the specific tenant. To increase the default value, set quota_injected_file_content_bytes and max_request_body_size in /etc/nova/nova.conf on all vCICs, then restart nova-api.
- In the Stack Launch form, if the HOT
template has custom_constraints, the default
value is not set from the template or environment file, as shown in
the below example:
... parameters: TEST_IMAGE: type: string label: TEST Node Image description: SW Image to be used for TEST default: TEST_IMAGE constraints: - custom_constraint: glance.image ... - As Keystone allows removing tenants irrespective of any resources still present for the particular tenant, make sure to clean up the resources first, before deleting the tenant to which the resources belong.
2 Terms
This section explains the expressions used with a special meaning in the Atlas context.
| Application | Application refers to the OVF package, HOT template, or TOSCA template. | |
| Catalog | Catalog is a user interface for managing the applications. | |
| CSAR | Cloud Service Archive (CSAR) is a package defined by OASIS TOSCA. It is a compressed file that includes a TOSCA template of a network service, and all the scripts or files that are necessary for the Virtual Network Function (VNF) lifecycle time from creation to termination. | |
| HOT | Heat Orchestration Engine (HOT) is the template format used for orchestration of stacks, that is, VMs and related support artifacts, using the OpenStack Heat service. | |
| OVF | The Open Virtualization Format (OVF) provides a platform independent, efficient, extensible, and open packaging distribution format. | |
| OVF package | An OVF package is a single TAR file that contains the OVF descriptor. It is also called Open Virtualization Archive (OVA) package. | |
| Security Group | Security groups are a kind of cloud firewall that define which incoming network traffic is forwarded to the instances. For more information, refer to section Add a rule to the default security group in the OpenStack End User Guide. | |
| Stack | Application developers are allowed to create resources of most of the OpenStack resource types using flexible template languages. Resources include instances, floating IP addresses, volumes, security groups, and users. Once created, the resources are referred to as stacks. | |
| TOSCA | The Topology and Orchestration Specification for Cloud Applications (TOSCA) defines the interoperable description of services and applications hosted on the cloud and elsewhere, including their components, relationships, dependencies, requirements, and capabilities. It enables portability and automated management across cloud providers regardless of the underlying platform or infrastructure. | |
3 GUI Description
This section describes the Graphical User Interface (GUI) of Atlas used in CEE.
To enter Atlas, the username and password of the user must be typed in at the login screen shown in Figure 1.
Figure 2 shows the GUI elements used for the operations in Atlas.
The following GUI elements are available in the screen:
| Options (≡) | Click on the icon to display the Categories. Categories can be pinned as a sidebar by clicking the pin icon. | |
| Categories | The individual menu items on the left are called categories in the OpenStack terminology. | |
| Tabs | The menu items on the left are referred to as tabs in the OpenStack terminology. | |
| Region | The name of the current region is displayed. | |
| Project | The user must select a tenant from this drop-down menu. | |
| Logged in as | The name of the user logged in is displayed. | |
| Help | Click on the icon to display help for using the Atlas GUI, and for product information. | |
In Atlas GUI, memory and storage quantities are represented according to the JESD100B.01 standard:
4 Change Password
To change the user or administrator password, use Atlas web UI, as described in the OpenStack Horizon documentation, Reference [1].
The new password must meet the following password criteria:
- The password must be at least 8 characters long.
- The password must contain the following:
- At least one lower-case alphabetic character
- At least one upper-case alphabetic character
- At least one numeric character
- At least one special character
- Note:
- If the administrator user password is changed through the GUI, refer to section Changing Password for OpenStack Administrator in the Security User Guide.
5 Manage Applications in Catalog
This section describes how to manage applications by using the Catalog. The following procedures are available:
- Upload applications, see Section 5.1.
- Show details of applications, see Section 5.2.
- Show details of application templates, see Section 5.3.
- Update applications, see Section 5.4.
- Delete applications, see Section 5.6.
- Launch stacks, see Section 5.7.
- Export applications uploaded in Catalog to local file system, see Section 5.8.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
An overview of the Catalog screen is shown in Figure 3.
5.1 Upload Application
This section describes how to add the OVF, HOT or TOSCA file to the Atlas catalog.
The Application Upload screen is shown in Figure 4.
To upload an application, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click the Catalog category.
- Click Upload.
- In the Application Upload window,
specify the following values:
Application Name
A name to identify the application
Type
The type can be one of the following:
Application Source
A source from which the application can be uploaded. Only visible and applicable if the application type is OVF package/OVA.
The source can be one of the following:
Description
(Optional)
Description for the application
Public
(Optional)
Apply the relevant setting:
Tick the checkbox to set the application to public, that is, visible for all projects.
Leave the checkbox empty to only make the application visible for the project that uploads it.
Protected
(Optional)
Apply the relevant setting:
Tick the checkbox to make the application protected. Protected applications cannot be deleted.
Leave the checkbox empty to make the application deletable.
If the application type is nested HOT, select the main template from the list of files in the uploaded ZIP file, as shown in Figure 5.
- Click Submit to upload an application.
Atlas dashboard shows the uploaded application in the Catalog category.
5.2 Show Application Overview
The Application Details - Application Overview content is shown in Figure 6.
To show the application overview, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Catalog category.
- Click on the name of an uploaded application.
- Click on the Overview tab to display the application overview.
5.3 Show Application Template
The Application Details - Application Template content is shown in Figure 7.
To show application templates:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click the Catalog category.
- Click on the name of an uploaded application.
- Click the Template Summary tab to display the application template.
Keywords can be searched on the template using the search field above the template editor.
Templates can be edited by using the template editor. Enable the editor by clicking the Edit button. The changes applied on the template are saved only when the Save Template button is clicked.
5.4 Update Application
To update applications, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Catalog category.
- Select Edit from the Launch Stack drop-down list in the row of the application to be updated.
- In the Edit Application window, specify
the new value or values. The following can be updated:
Application Name
The name of the application
Description
A description for the uploaded application
Public
Apply the relevant setting:
Tick the checkbox to set the application to public, that is, visible for all projects.
Leave the checkbox empty to only make the application visible for the project that uploads it.
Protected
Apply the relevant setting:
Tick the checkbox to make the application protected. Protected applications cannot be deleted.
Leave the checkbox empty to make the application deletable.
- Click Save.
5.5 Edit Application Template
To update the template, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Catalog category.
- Click on the name of the uploaded application.
- Click on the Template Summary tab to display the application template.
- Click Edit.
- Make the required changes in the template text box.
- Click on Save Template.
- Note:
- The changes are saved only when Save Template is clicked.
- Click OK.
5.6 Delete Application
To delete applications, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Catalog category.
- Tick the checkbox next to the application that is to be deleted.
- Click Delete Applications.
5.7 Launch Stack From Catalog Page
To launch a stack from the Catalogs page, perform the steps from Section 8.
5.8 Export Application
Applications uploaded in the Catalog can be exported to the local file system.
To export an application, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Catalog category.
- Select Export Application from the Launch Stack drop-down list in the row of the application to be exported.
Figure 8 shows how to export an application in the Catalog - Applications window.
6 Manage Stacks
This section describes how to manage stacks.
The following procedures are available:
- Launch stack, see Section 6.1.
- Manually scale out resources by adding resources to a running stack, see Section 6.2.
- Manually scale in resources that have been previously scaled out by removing the previously added resources from a running stack, see Section 6.3.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
An overview of the Stacks screen is shown in Figure 9.
The status of the stack is highlighted with the appropriate color:
- Completed actions: green
- Failed actions: red
6.1 Launch Stacks
The Launch Stack screen is shown in Figure 10.
To launch a stack, perform the following steps:
- Select the appropriate project in the Project field.
- Select the Project tab from the categories.
- Click the Orchestration tab to expand it.
- Click on the Stacks category.
- Click Launch Stack.
- In the Select Template window, specify
the following fields:
Template Source
File
Direct Input
A source from which environment files can be added. The following template sources are available:
Environment Source
(Optional)
A source from which environment files can be added. The following environment sources are available:
File
Direct Input
- Click on Next.
- In the Launch Stack window, specify the
following fields:
Stack Name
Enter a name to identify the stack.
Creation Timeout
(minutes)Specify the time-out interval for launching the stack. If the task times out, the stack is not launched.
Rollback on Failure
(Optional)
Select this checkbox if you want the service to roll back changes in case the stack fails to launch.
Password
Specify the password to be used by the default user for creating the stack.
Additional Fields
Additional fields generated by the application template.
- Click Launch.
The Atlas dashboard shows the launched stack and its status in the Stacks category.
- Verify that the status of the stack is CREATE COMPLETE. If the status is CREATE FAILED, check the logs in /var/log/heat in Atlas or check the stack details for debugging.
For more information on how to provide customized resources while launching a stack from a catalog application, see Section 8.
6.2 Scale out Stack
The scaling feature makes it possible to manually scale resources that belong to a running stack. Use Scale Out to add resources to a running stack.
To scale out a stack, perform the following steps:
- Go to the Stacks page.
- In the Actions column, select the Scale Out Stack option from the drop down menu for the stack that is to be scaled out, as shown in Figure 11.
- Fill in all the scale out data for the new instance like Target Name, and optionally IP Address and MAC Address. If there are files to inject, select them. Click on the Submit button when ready. Figure 12 shows the data fields.
- Click the Scale Out button as shown in Figure 13.
- After a successful scale out, the resources scaled out are listed among the resources of the stack, as shown in Figure 14.
6.3 Scale in Stack
The scaling feature makes it possible to manually scale resources that belong to a running stack. Use Scale In to remove scaled resources from a running stack.
To scale in a scaled out stack, perform the following steps:
- Go to the Stacks page.
- In the Actions column, select the Scale In Stack option from the drop down menu for the scaled out stack that is to be scaled in as shown in Figure 15.
- On the Scale In page, select the scaling group (scaled resource) you want to scale in, and click the Scale In button as shown in Figure 16.
- After a successful scale-in, the scaling group (scaled resource) is removed from the stacks resource list, as shown in Figure 17.
7 Manage Workflow in Mistral
This section describes how to manage the workflow in Mistral.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
7.1 Create Workbook
To create a workbook, perform the following steps:
- Select the appropriate project with Workflow view as shown in Figure 18.
- Select the Workbooks category under the Workflow panel.
- Click on Create Workbook and specify
the following fields:
Name
Action
Definition Source
File
Definition File
Select the required template
- Click Next to see the template description.
- Click Create Workbook.
Result:
Workbook is created.
7.2 Create Workflow
To create a workflow, perform the following steps:
- Select the Workflow tab in the categories, and click the Workflows sub-category.
- Click Create Workflow.
- Click Create Workflow and specify the
following fields:
Name
Action
Definition Source
File
Definition File
Select the required template.
- Click Next to see the template description.
- Click Create Workflow.
Result:
Workflow is created.
7.3 Start Execution
To start an execution:
- Select the Workflow tab in the categories, and click the Workflows sub-category.
- Select Execute for the respective workflow.
- In the window specify the following fields:
Name
Action
Input
Enter the input file in json format.
Task name
Enter a name for a specific task to be executed. If not specified, the tasks are executed.
Examples of the Input in json format are the following:
Example input for the predefined workflow std.create_instance:
{ "name":"test-workflow", "image_id":"8417c3bb-787e-4986-a1ff-5df8c1b3c66d", "flavor_id":"2", "nics":[ { "net-id":"27aa8c1c-d6b8-4474-b7f7-6cdcf63ac856" } ] }Example input for the predefined workflow std.create_delete:
{ "instance_id":"51ff4c97-bed6-46d9-b17d-27fc274d7bf8" }
- Click on Execute
Execution can be seen in the execution page as shown in Figure 21.
- Click on View in the Tasks column to see result of an execution, as shown in Figure 22.
7.4 Create Cronjob
To create a Cronjob:
- Select the Workflow tab in the categories, and select the Cron Triggers category.
- Click Create Cron Trigger.
- In the Create Cron Trigger window specify
the following fields:
Name
Action
Name
A name to identify the cronjob
Workflow ID
The workflow ID
Input
Select an option between Direct Input or File.
Input Data
If the option selected for input is Direct Input, enter the data in json format.
File
If the option selected for Input is File, upload the required json file.
Params
Select an option between Direct Input or File.
Params File
If the option selected for Params is File, upload the required json file.
Params Direct Input
If the option selected for Params is Direct Input, enter the data in json format.
First Time
Specify the first scheduling time for the cronjob.
Count
Specify the frequency for the cronjob.
Pattern
Specify the cronjob pattern to run periodically.
- Click Create Cron Trigger.
7.5 Task Result
To get the result of a particular task, perform the following steps:
- Select the Workflow tab in the categories, and select the Tasks category.
- Click on View in the Result column for the selected task.
7.6 Delete Workflow
To delete a workflow:
- Select the Workflow tab in the categories, and select the Workflows sub-category.
- Tick the checkbox next to the workflow to be deleted as shown in Figure 25.
- Select Delete Workflows.
7.7 Delete Cron Trigger
To delete a Cron Trigger:
- Select the Workflow tab in the categories, and select the Cron Triggers sub-category.
- Tick the checkbox next to the Cron Trigger to be deleted.
- Click Delete Cron Triggers.
- Confirm deletion by clicking Delete Cron Triggers as shown in Figure 26.
7.8 Delete Execution
To delete an execution:
- Select the appropriate project with Workflow view, and click the Executions category.
- Tick the checkbox next to the execution to be deleted.
- Click Delete Executions.
- Confirm deletion by clicking Delete Executions as shown in Figure 27.
8 Deployment Wizard from UI
The Deployment wizard allows the user to provide customized resources while launching a stack from a catalog application. It also allows the user to provide extra properties for the resources existing in the application.
The deployment wizard window has help content available for each tab. The help content can be accessed by clicking the ? symbol, as shown in Figure 28.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
To launch a stack using the deployment wizard from the Catalog panel:
- Select the appropriate project in the project field and select Project in the View field.
- Click the Orchestration tab to expand it.
- Select the Catalog category.
- Click on Launch in the row of the application that is to be used for launching the stack.
- In the Environment window, click on the Load environment variables from a file button, and select
the file with environment variables to upload.
- Click Next.
- In the Availability zone window, specify
the following fields:
Instances
The names of instances in the application
Zones (Optional)
Select the zone in the row of an instance to which zone has to be changed.
- Click Next.
- In the Flavors window, specify the following
fields:
Instances
The names of instances in the application
Extra specs (Optional)
Select Add Extra Specs. Specify the extra specs in application key=value,key=value format. Select Enter. (Or) Select flavor in the row of an instance to which flavor has to be changed.
- Click Next.
- In the Security Groups window, specify
the following fields:
Instances
The names of instances in the application
Security Groups (Optional)
Click on the Close X. Select Groups in the row of an instance or ports under the instance to which Security Group has to be changed.
- Note:
- Security groups are only supported on CEE with tightly integrated SDN. For CEE deployments without SDN tight integration, no security groups need to be assigned, and the assigned security groups have no effect on CEE operations.
- Click Next.
- In the Configuration for Instance window,
specify the following fields:
Intances
The names of instances in the application
Files (Optional)
Click on Add file. Select the file to inject into an instance in the row of an instance to which Files have to be injected and provide target path for file to be placed (Optional). Click on Add more files to add extra files.
User Data (Optional)
Click on Add Userdata. Select the user data file in the row of an instance to which user data has to be added.
- Click Next.
- In the Metadata window, specify the following
fields:
Instances
The names of instances in the application
Metadata (Optional)
Select Add Metadata, and specify metadata in the text area in key=value, key=value format. Select Save.
- Click Next.
- In the Launch Stack window, specify the
following fields:
Stack Name
Enter a name to identify the stack.
Creation Timeout
(Minutes)Specify the time-out interval for launching the stack. If the task times out, the stack is not launched.
Rollback on Failure (Optional)
Select the checkbox if you want the service to roll back changes in case the stack fails to launch.
Password
Specify the password to be used by the default user for creating the stack.
Additional Fields
Additional fields generated by the application template.
- Note:
- Depending on the application template, the number of additional fields vary.
- Click Launch Stack.
Atlas dashboard shows the launched stack in the Stacks category.
9 Stack Topology
Stack topology provides an interface to look and analyze resources created by stack, used by stack, or both. Figure 35 shows Stack Topology and its controls.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
9.1 Navigation
- Select the appropriate project in the Current Project field.
- Select project in the View field.
- Click on Stacks Category.
- Click on Stack Name in the row of the application to be used for viewing stack topology.
- Click on the Topology tab.
9.2 Icons
|
Resource |
Icon |
|---|---|
|
Server |
|
|
Flavor |
|
|
Flavor Pinned |
|
|
Network |
|
|
Subnet |
|
|
Router |
|
|
Compute |
|
|
Port |
|
|
Volume |
|
|
Heat Delay |
9.3 Edges and Connections
Edges show the connection between nodes. The connection can be highlighted by hovering on the node, as shown in Figure 36.
9.4 Hierarchy
Use Hierarchy control to switch between "random" and "hierarchy" mode, as shown in Figure 37.
The reset button changes the topology from "hierarchy" back to "random".
9.5 Labels
Use Labels switch to show and hide names of resources. Click the node for a tooltip with more information on the node.
9.6 NUMA/CPU Pinning
Click NUMA to show the connection of a VM with a compute through VM and the pinning information of the flavor.
Figure 40 NUMA Topology
The pin symbol on Flavor indicates that it is pinned. Pinning information is provided in a tooltip, as shown in Figure 41.
Hovering the mouse on Compute shows the VM(s) on the compute host:
Figure 42 NUMA Topology Compute Link
- Note:
- NUMA check disables Hierarchy and Reset options.
9.7 Topology Search
Search for nodes based on the resource type, name and state of the nodes in the Search bar:
You can also search using a combination of filters:
10 Stack Overview
Stack Overview displays the parameters and details of the stack. The stack resource summary contains the number of each resource type present in the stack. Each resource type is assigned a unique icon for easy identification of the resource type.
The Stack Overview tab is divided into seven sections:
- Stack resource summary
- Stack information
- Stack parameters
- Launch parameters
- Outputs
- Activity summary
- Most recent events
10.1 Stack Resource Summary
Only the first row of resource types is displayed initially. To view the resource types, click View all (displaying the total number of resource types available).
10.2 Stack Information
Stack information contains the following information about the stack:
- The description of the stack
- The ID of the stack
- The name of the stack
- The region name
10.3 Stack Parameters
Stack parameters display the following information:
- project_id
- stack_id
- stack_name
10.4 Launch Parameters
Launch parameters specifies parameters such as timeout and rollback.
10.5 Outputs
Outputs are displayed below the Launch parameters, which typically contains the output of the stack.
10.6 Activity Summary
Activity summary summarizes the total number of events and total number of error events.
10.7 Most Recent Events
This section contains a table with the most recent events. Click the link Complete event list for a complete list.
11 Stack Resources
Stack resources provide a clear view of all the resources in a stack.
- Note:
- Before initiating the task described in this section, make sure that the correct user is logged in.
To view the Stack resources overview:
- Select the appropriate project in the Project field, and select the Project tab in the categories.
- Click Stacks Category.
- Click on the Stack Name of any launched stack.
- Click on the Resources tab to display the resources of the stack.
The Stack resource summary gives the details of number of resources present under each resource type. The count of active and error state resources are showed using valid and invalid icons.
The following Stack resources features are available:
- Resource Search: Enter any word in the search bar and then press Enter.
- Accordion (>): Hides extra information and shows it when clicked.
- Pagination: Select number of resources to be shown in the drop down list. Click to select: First - Go to first page and Previous - Go to previous page. Number - Go to particular page. Next - Go to next page. Last - Go to the last page.
- Pinning: The instance (VM) which is pinned to a particular host is shown with a pin symbol, click Accordion (>) to view details.
- Resource Usage Graph: The usage of resources is shown in the form of line graphs.
- vCPU Utilization: The vCPU Utilization of an instance is shown with respect to the time. Click > of any instance to view graph.
- Disk Operations: The Disk Operations taken place in an instance is shown with respect to the time. Click > of any instance to view graph.
12 Stack Events
A series of events is generated during the lifecycle of a stack. Events can be viewed on clicking the events tab. The page is divided into two sections:
- Event Summary
- Events
12.1 Event Summary
The first section of the stack events page presents the summary of the stack, displaying the total number of events and number of error events.
12.2 Events
The table with series of events contains the followings:
- Unique icon for each resource
- Name of the stack resource, with link to the detail overview of the stack resource
- Description
- Resource ID
- Time since the event has occurred
- Status: Active: Green. In progress: Yellow. Failed: Red
Events can be filtered based on name of the resource, description, resource ID, time and status. The filter dynamically filters out the contents as the user types in the filter bar. The user can also set the number of events to be displayed (10 or 20).
13 Atlas Help Center
This section describes how to display different types of information, using the Atlas GUI.
The help center is shown in Figure 49.
- Note:
- Before initiating the tasks described in this section, make sure that the correct user is logged in.
13.1 Fault Management
To reach the fault management documentation, perform the following steps:
- Select the appropriate project in the Project field, and select Project tab in the categories.
- Click Help in the top bar.
- Open a specific fault management document by clicking its title under the Fault Management heading.
13.2 User Guides
To open user guides:
- Select the appropriate project in the Project field, and select Project tab in the categories.
- Click Help in the top bar.
- Click the title of the specific user guide under the User Guide heading.
13.3 Atlas Product Information
This section describes how to display Atlas and CEE product information from the Atlas dashboard. The content of the product information page is shown in Figure 50.
To display Atlas and CEE product information:
- Select the appropriate project in the Project field, and select the Project tab in the categories.
- Click Help in the top bar.
- Click About on the Help page.
Reference List
| [1] OpenStack Horizon documentation, https://docs.openstack.org/horizon/pike/user/log-in.html#openstack-dashboard-settings-tab. |

Contents



























































