... | ... | @@ -9,4 +9,6 @@ This will cover installing and configuring the OpenStack SDK in detail on both L |
|
|
Request to http://cloud.waltoninstitute.ie:5000/v3/auth/tokens timed out". To resolve this issue we need to add an entry to the hosts file to pint to the right ip for in this case pointing to cloud.waltoninstitute.ie. The entry in the hosts file '/etc/hosts' would be formatted like this.
|
|
|
10.37.93.100 controller cloud.waltoninstitute.ie.
|
|
|
In this case the DNS entry is pointing to the OpenStack controller. This is because the client has the ability to perform CRUD operations on the OpenStack cloud therefore needs access to the controller to perform these operations even if a user does not have permisions to utilize all functions.
|
|
|
6. With this it should be possible to contact the server and pull data of of it. Using the command "openstack image list" will list all images for all tenants. To list all volumes for all tenants the option '--all' needs to be added to the command "openstack volume list" as the command on its own only lists the volumes for the logged in tenant which in the case of "admin" their is no volumes. |
|
|
\ No newline at end of file |
|
|
6. With this it should be possible to contact the server and pull data of of it. Using the command "openstack image list" will list all images for all tenants. To list all volumes for all tenants the option '--all' needs to be added to the command "openstack volume list" as the command on its own only lists the volumes for the logged in tenant which in the case of "admin" their is no volumes.
|
|
|
|
|
|
For setting up in a Python virtual environment look at this page \[Python Virtual Environment Set up\](../Setting-up-OpenStack-client-in-a-virtual-environment) |
|
|
\ No newline at end of file |