summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEduardo Patrocinio <epatro@gmail.com>2012-12-04 15:11:16 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-12-10 15:30:58 -0600
commitaaf61a4fc9d07a73d2a31abb097a2d862598c4e5 (patch)
treeaf90e1ee2fca28da908ae2d46b16099b7e43b9c1 /doc
parent75277cf1ae496145369e929702005ef2304e6942 (diff)
downloadkeystone-aaf61a4fc9d07a73d2a31abb097a2d862598c4e5.tar.gz
keystone-aaf61a4fc9d07a73d2a31abb097a2d862598c4e5.tar.xz
keystone-aaf61a4fc9d07a73d2a31abb097a2d862598c4e5.zip
Remove mentions of essex in docs (bug 1085247)
Change-Id: I663e9317c2b5eb5fe7190ea6c656fcebff7078fd
Diffstat (limited to 'doc')
-rw-r--r--doc/source/configuration.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 21b60b85..b810050e 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -388,10 +388,10 @@ files for each Server application.
* ``etc/logging.conf.sample``
* ``etc/default_catalog.templates``
-.. _`prepare your Essex deployment`:
+.. _`prepare your deployment`:
-Preparing your Essex deployment
-===============================
+Preparing your deployment
+=========================
Step 1: Configure keystone.conf
-------------------------------
@@ -450,9 +450,9 @@ Migration support is provided for the following legacy Keystone versions:
.. NOTE::
Before you can import your legacy data, you must first
- `prepare your Essex deployment`_.
+ `prepare your deployment`_.
-Step 1: Ensure your Essex deployment can access your legacy database
+Step 1: Ensure your deployment can access your legacy database
--------------------------------------------------------------------
Your legacy ``keystone.conf`` contains a SQL configuration section called
@@ -461,7 +461,7 @@ looks like::
sql_connection = sqlite:///keystone.db
-This connection string needs to be accessible from your Essex deployment (e.g.
+This connection string needs to be accessible from your deployment (e.g.
you may need to copy your SQLite ``*.db`` file to a new server, adjust the
relative path as appropriate, or open a firewall for MySQL, etc).
@@ -474,7 +474,7 @@ Use the following command to import your old data using the value of
$ keystone-manage import_legacy <sql_connection>
You should now be able to run the same command you used to test your new
-database above, but now you'll see your legacy Keystone data in Essex::
+database above, but now you'll see your legacy Keystone data::
$ keystone --token ADMIN --endpoint http://127.0.0.1:35357/v2.0/ tenant-list
+----------------------------------+----------------+---------+
@@ -491,7 +491,7 @@ Migrating your Service Catalog from legacy versions of Keystone
===============================================================
While legacy Keystone deployments stored the service catalog in the database,
-the service catalog in Essex is stored in a flat ``template_file``. An example
+the service catalog is stored in a flat ``template_file``. An example
service catalog template file may be found in
``etc/default_catalog.templates``. You can change the path to your service
catalog template in ``keystone.conf`` by changing the value of
@@ -510,13 +510,13 @@ Migrating from Nova Auth
========================
Migration of users, projects (aka tenants), roles and EC2 credentials
-is supported for the Essex release of Nova. To migrate your auth
+is supported for the Essex and later releases of Nova. To migrate your auth
data from Nova, use the following steps:
.. NOTE::
Before you can migrate from nova auth, you must first
- `prepare your Essex deployment`_.
+ `prepare your deployment`_.
Step 1: Export your data from Nova
----------------------------------