From 503b923618e3bd61f90b7dd1b5211872e3aea7d2 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Tue, 17 Sep 2013 15:43:27 -0400 Subject: [PATCH] Use openstack.org git infrastructure for samples. Updated guides to use the openstack.org git infrastructure for retrieving sample files from the various OpenStack projects. This prevents sporadic github outages breaking the guide builds. Change-Id: Ic637899d2bfa4da1d64b26ef35792d9607458c51 --- doc/admin-guide-cloud/ch_compute.xml | 2 +- doc/common/section_keystone-sample-conf-files.xml | 6 +++--- doc/config-reference/ch_objectstorageconfigure.xml | 8 ++++---- doc/install-guide/section_identity-install-keystone.xml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/admin-guide-cloud/ch_compute.xml b/doc/admin-guide-cloud/ch_compute.xml index 9284e92ded..87237a9ce3 100644 --- a/doc/admin-guide-cloud/ch_compute.xml +++ b/doc/admin-guide-cloud/ch_compute.xml @@ -1771,7 +1771,7 @@ qualname = nova including the meaning of the handlers and quaname variables. See etc/nova/logging_sample.conf in the openstack/nova repository on GitHub for an example logging.conf file with various handlers diff --git a/doc/common/section_keystone-sample-conf-files.xml b/doc/common/section_keystone-sample-conf-files.xml index 145af795a9..30985ceed3 100644 --- a/doc/common/section_keystone-sample-conf-files.xml +++ b/doc/common/section_keystone-sample-conf-files.xml @@ -11,19 +11,19 @@ etc/keystone.conf.sample - + etc/keystone-paste.ini - + etc/logging.conf.sample - + diff --git a/doc/config-reference/ch_objectstorageconfigure.xml b/doc/config-reference/ch_objectstorageconfigure.xml index e75687cb12..ca72e51c65 100644 --- a/doc/config-reference/ch_objectstorageconfigure.xml +++ b/doc/config-reference/ch_objectstorageconfigure.xml @@ -28,7 +28,7 @@
Sample Object Server configuration file -
+
Container Server Configuration @@ -46,7 +46,7 @@
Sample Container Server configuration file -
+
@@ -65,7 +65,7 @@
Sample Account Server configuration file -
+
Proxy Server Configuration @@ -86,7 +86,7 @@
Sample Proxy Server configuration file -
+
diff --git a/doc/install-guide/section_identity-install-keystone.xml b/doc/install-guide/section_identity-install-keystone.xml index 775bfe7bc9..f00a818a72 100644 --- a/doc/install-guide/section_identity-install-keystone.xml +++ b/doc/install-guide/section_identity-install-keystone.xml @@ -664,8 +664,8 @@ driver = keystone.catalog.backends.sql.Catalog Scripted The Keystone project offers a bash script for populating tenants, users, roles and services at https://github.com/openstack/keystone/blob/master/tools/sample_data.sh + xlink:href="http://git.openstack.org/cgit/openstack/keystone/plain/tools/sample_data.sh" + >http://git.openstack.org/cgit/openstack/keystone/plain/tools/sample_data.sh with sample data. This script uses 127.0.0.1 for all endpoint IP addresses. This script also defines services for you.