From 3ebc9be98209bbc2f3aeede7f0b06bb5f536e493 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 1 Aug 2014 08:04:30 +0200 Subject: [PATCH] Remove clients-related data from the install guide Remove ch_clients.xml, not included in the install guide. Remove the installer specific exemples from common/section_cli_openrc.xml. Change-Id: Ia503f7f2115923d11d39aa5a4db35d17c3729ea9 Closes-Bug: #1350877 --- doc/common/section_cli_openrc.xml | 9 ------ doc/install-guide/ch_clients.xml | 49 ------------------------------- 2 files changed, 58 deletions(-) delete mode 100644 doc/install-guide/ch_clients.xml diff --git a/doc/common/section_cli_openrc.xml b/doc/common/section_cli_openrc.xml index 3e3ca70237..8da2c00308 100644 --- a/doc/common/section_cli_openrc.xml +++ b/doc/common/section_cli_openrc.xml @@ -91,15 +91,6 @@ export OS_AUTH_URL=https://identityHost:portNumber/v2.0tenantIDString export OS_REGION_NAME=regionName - The following example shows the information for - a project called admin, where - the OS user name is also admin, - and the identity host is located at - controller. - export OS_USERNAME=admin -export OS_PASSWORD=ADMIN_PASS -export OS_TENANT_NAME=admin -export OS_AUTH_URL=http://controller:35357/v2.0 On any shell from which you want to run diff --git a/doc/install-guide/ch_clients.xml b/doc/install-guide/ch_clients.xml deleted file mode 100644 index 2677c65692..0000000000 --- a/doc/install-guide/ch_clients.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - Install and configure the OpenStack clients - The following sections contain information about working - with the OpenStack clients. Recall: in the previous section, - you used the keystone client. - You must install the client tools to complete the rest of - the installation. - Configure the clients on your desktop rather than on the - server so that you have a similar experience to your - users. - - - - -
- Create openrc.sh files - - - As explained in , - use the - credentials from and - create the following - PROJECT-openrc.sh - files: - - - - - admin-openrc.sh for the administrative user - - - - - demo-openrc.sh for the normal user: - export OS_USERNAME=demo -export OS_PASSWORD=DEMO_PASS -export OS_TENANT_NAME=demo -export OS_AUTH_URL=http://controller:35357/v2.0 - - - - -
-