... | ... | @@ -11,4 +11,4 @@ Request to http://cloud.waltoninstitute.ie:5000/v3/auth/tokens timed out". To re |
|
|
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.
|
|
|
|
|
|
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 |
|
|
For setting up in a Python virtual environment look at this page \[Python Virtual Environment Set up\](../Setting-up-OpenStack-client-in-a-python-virtual-environment) |
|
|
\ No newline at end of file |