diff --git a/doc/docbkx/README.rst b/doc/docbkx/README.rst
index 4286b29f9..9554b3fe7 100644
--- a/doc/docbkx/README.rst
+++ b/doc/docbkx/README.rst
@@ -29,7 +29,3 @@ Build the Heat admin guide:
cd heat-admin
mvn clean generate-sources
-Build the Heat CLI guide:
-
- cd heat-cli-guide
- mvn clean generate-sources
\ No newline at end of file
diff --git a/doc/docbkx/heat-cli-guide/pom.xml b/doc/docbkx/heat-cli-guide/pom.xml
deleted file mode 100644
index 061cb5c72..000000000
--- a/doc/docbkx/heat-cli-guide/pom.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
- 4.0.0
-
- org.openstack.docs
- openstack-cli-guide
- 1.0.0-SNAPSHOT
- jar
- OpenStack CLI Guides
-
-
-
-
-
-
- Rackspace Research Repositories
-
- true
-
-
-
- rackspace-research
- Rackspace Research Repository
- http://maven.research.rackspacecloud.com/content/groups/public/
-
-
-
-
- rackspace-research
- Rackspace Research Repository
- http://maven.research.rackspacecloud.com/content/groups/public/
-
-
-
-
-
-
-
-
- target/docbkx/pdf
-
- **/*.fo
-
-
-
-
-
-
- com.rackspace.cloud.api
- clouddocs-maven-plugin
- 1.12.2
-
-
- goal1
-
- generate-pdf
-
- generate-sources
-
-
- false
-
- 0
- 0
-
-
-
- goal2
-
- generate-webhelp
-
- generate-sources
-
-
- cli-guide.pdf
- 1
- os-cliguide
- 1
- UA-17511903-1
-
- appendix toc,title
- article/appendix nop
- article toc,title
- book title,figure,table,example,equation
- chapter toc,title
- part toc,title
- preface toc,title
- qandadiv toc
- qandaset toc
- reference toc,title
- set toc,title
-
-
- 0
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- src
-
- bk-cli-guide.xml
-
-
- reviewer
- openstack
-
-
-
-
-
-
diff --git a/doc/docbkx/heat-cli-guide/src/bk-cli-guide.xml b/doc/docbkx/heat-cli-guide/src/bk-cli-guide.xml
deleted file mode 100644
index 0e47555b7..000000000
--- a/doc/docbkx/heat-cli-guide/src/bk-cli-guide.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- OpenStack CLI Guide
- Each OpenStack project has a Command-Line-Interface (CLI)
- that interacts with the service's REST API.
-
-
-
-
-
diff --git a/doc/docbkx/heat-cli-guide/src/heat_cli_commands.xml b/doc/docbkx/heat-cli-guide/src/heat_cli_commands.xml
deleted file mode 100644
index 7d5f9b3e8..000000000
--- a/doc/docbkx/heat-cli-guide/src/heat_cli_commands.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- Command List for heat CLI
-
- event-list List events for a stack
- event-show Describe the event
- resource-list Show list of resources belonging to a stack
- resource-metadata List resource metadata
- resource-show Describe the resource
- stack-create Create the stack
- stack-delete Delete the stack
- stack-list List the user's stacks
- stack-show Describe the stack
- stack-update Update the stack
- template-show Get the template for the specified stack
- template-validate Validate a template with parameters
- help Display help about this program or one of its subcommands.
-
-
diff --git a/doc/docbkx/heat-cli-guide/src/heat_cli_howto.xml b/doc/docbkx/heat-cli-guide/src/heat_cli_howto.xml
deleted file mode 100644
index 1618e432b..000000000
--- a/doc/docbkx/heat-cli-guide/src/heat_cli_howto.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- OpenStack Heat CLI Guide
- This section describes heat commands
-
-
diff --git a/doc/docbkx/heat-cli-guide/src/heat_cli_install.xml b/doc/docbkx/heat-cli-guide/src/heat_cli_install.xml
deleted file mode 100644
index d05f12b0f..000000000
--- a/doc/docbkx/heat-cli-guide/src/heat_cli_install.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- Install OpenStack heat CLI
- This example walks through installing the heat client. After
- you install a client, you must configure environment variables
- for authentication.
-
- To install the heat client:
-
- Install Python
- Install Python 2.6 or later. Currently, the heat
- client does not support Python 3.
-
-
- Install the heat client package
- Choose one of the following methods to install the
- heat client package.
-
- Recommended
- method:
- pip
- Install pip through
- the package manager for your
- system:
-
-
-
-
-
System
-
Command
-
-
-
-
-
Mac OS X
-
- $ sudo easy_install pip
-
-
-
-
Ubuntu
-
- $ aptitude install python-pip
-
-
-
-
RHEL, CentOS, or Fedora:
-
- $ yum install python-pip
-
-
-
-
- Run the following command to install the heat client package:
- $ sudo pip install python-heatclient
-
-
-
- easy_install
- Run the following command to install the
- heat client package:
- $ sudo easy_install python-heatclient
-
-
-
-
- Get help for heat client commands
- To get help for heat client commands, run the
- following command:
- $ heat -h
- Depending on your user credentials, you may not have
- permissions to use every command that is listed. The
- heat client was written for use with recent
- development versions of OpenStack.
- To get help for a specific command, type the command
- name after the help parameter,
- as follows:
- $ heat help <command_name>
-
-