Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After a successful application, you can access the resource using the graphical interface in a web browser or the command line using the Openstack Python Client.

Table of Contents

Access using the graphical interface

...

Install the Openstack client on your computer (e.g. for CentOS):After completing the steps, you have control over Openstack services

Code Block
languagebash
sudAfter completing the steps, you have control over Openstack servicesosudo yum install python3-devel python3-pip
sudo pip3 install python-openstackclient

...