You can use the command line to create a virtualization client to serve as a single administration point for OpenStack.
Procedure
-
To log on to the CommServe computer, run the
qlogincommand. -
Download the create_openstack_client.xml template file, and then save it on the computer where the command will be executed.
-
On the command line, go to software_installation_directory/Base, and then type the following command:
qoperation execute -af create_openstack_client.xml -client/clientName Proxy_1 -vcenterHostName host_name -userName user_1 -password password -domainName domain_1 -entity/clientName OpenStack client_1where:
-
client/clientNameis the name of the proxy computer to be used for backup operations. -
entity/clientNameis the display name for the new OpenStack client. -
userNameis the user name of the account for the client. -
password is the password for with the OpenStack user account.
-
vcenterHostNameis the keystone address for the OpenStack client. -
domainNameis the name of the domain that is associated with the client. (This parameter is optional.)
-
-
For example, To log off the CommServe computer, run the
qlogoutcommand.
Example
The following command creates the OpenStackClient1 virtualization client, specifies the OpenStack hostname and its credentials, and specifies proxy1 as the proxy client.
qoperation execute -af create_openstack_client.xml -client/clientName proxy1 -vcenterHostName OpenStack -username admin -password pass123 -domainName Default -entity/clientName OpenStackClient1