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
-
-
-
-
-
-