summaryrefslogtreecommitdiff
path: root/doc/source/deploy/install-guide.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-01-08 18:23:30 +0000
committerGerrit Code Review <review@openstack.org>2015-01-08 18:23:30 +0000
commit8c893fafa85e92fc8c1f088c4960cbbb470e30da (patch)
treeef7ebe61485c3d90ce86e67dcafd1a5f5e0881f7 /doc/source/deploy/install-guide.rst
parentbf04a44f4879dc451992f9a0bf2b04b019baee75 (diff)
parente8e4ee6d1caa84ddeb504a2239a1bdd29a54bcda (diff)
downloadironic-8c893fafa85e92fc8c1f088c4960cbbb470e30da.tar.gz
Merge "Add documentation to create in RegionOne"
Diffstat (limited to 'doc/source/deploy/install-guide.rst')
-rw-r--r--doc/source/deploy/install-guide.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst
index 137c9ff00..1448b0ab6 100644
--- a/doc/source/deploy/install-guide.rst
+++ b/doc/source/deploy/install-guide.rst
@@ -83,6 +83,13 @@ Configure Identity Service for Bare Metal
--internalurl=http://IRONIC_NODE:6385 \
--adminurl=http://IRONIC_NODE:6385
+.. error::
+ If the keystone endpoint-create operation returns an error about not being
+ able to find the region "regionOne", the error is due to this keystone bug:
+ https://bugs.launchpad.net/keystone/+bug/1400589. As a workaround until
+ that bug is fixed you can force the creation of "RegionOne" by passing
+ --region=RegionOne as an argument to the keystone endpoint-create command.
+
Set up the Database for Bare Metal
----------------------------------