Difference between revisions of "Using Openstack CLI Client"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=='''Installation'''== | =='''Installation'''== | ||
+ | Openstack CLI client can be installed on any host with python and pip installed. To install Openstack CLI client, run the <code>pip install python-openstackclient</code> command as root. | ||
+ | Openstack CLI client is also installed on <code>linuxlogin.cac.cornell.edu</code>. Simply <code>ssh <user name>@linuxlogin.cac.cornell.edu</code> and enter your CAC account password when prompted. | ||
=='''Download openrc''' file== | =='''Download openrc''' file== | ||
* Using your web browser, Go to [https://redcloud.cac.cornell.edu/dashboard/project/api_access/ https://redcloud.cac.cornell.edu/dashboard/project/api_access/ ]. | * Using your web browser, Go to [https://redcloud.cac.cornell.edu/dashboard/project/api_access/ https://redcloud.cac.cornell.edu/dashboard/project/api_access/ ]. | ||
− | * Click on the <code>Openstack RC File</code> menu in the upper right corner | + | * Click on the <code>Openstack RC File</code> menu in the upper right corner and select <code>Openstack RC File (Identity API v3)</code>. |
* A file named <code><project name>-openrc.sh</code> will be downloaded to your computer. Copy it to the host with Openstack CLI client installed. | * A file named <code><project name>-openrc.sh</code> will be downloaded to your computer. Copy it to the host with Openstack CLI client installed. |
Revision as of 16:06, 4 October 2018
Installation
Openstack CLI client can be installed on any host with python and pip installed. To install Openstack CLI client, run the pip install python-openstackclient
command as root.
Openstack CLI client is also installed on linuxlogin.cac.cornell.edu
. Simply ssh <user name>@linuxlogin.cac.cornell.edu
and enter your CAC account password when prompted.
Download openrc file
- Using your web browser, Go to https://redcloud.cac.cornell.edu/dashboard/project/api_access/ .
- Click on the
Openstack RC File
menu in the upper right corner and selectOpenstack RC File (Identity API v3)
. - A file named
<project name>-openrc.sh
will be downloaded to your computer. Copy it to the host with Openstack CLI client installed.