From c4c2f82d1f1c6c54ed4cd2b61a924fff1e7117bd Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 27 Feb 2015 10:37:47 +0100 Subject: [PATCH] Use git.openstack.org instead of github.com Replace github.com names with git.openstack.org since git.openstack.org is the master. Changes relevant occurrences in the following documents: * admin-guide-cloud * common * install-guide * user-guide Change-Id: Ic3da4d2b07b00cee492597d00dfac5f38b1a22ab --- .../networking/section_networking_config-agents.xml | 2 +- .../telemetry/section_telemetry-data-retrieval.xml | 2 +- doc/common/ch_using_openstack_overview.xml | 2 +- doc/install-guide/ch_horizon.xml | 2 +- doc/user-guide/hot/section_software_deployment.xml | 10 +++++----- doc/user-guide/section_cli_heat.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml index 4c396bc32e..845d81cfbc 100644 --- a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml +++ b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml @@ -536,7 +536,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver Download the OpenStack Networking code from the repository: > cd C:\OpenStack\ -> git clone https://github.com/openstack/neutron.git +> git clone http://git.openstack.org/cgit/openstack/neutron Install the OpenStack Networking Hyper-V Agent: diff --git a/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml b/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml index f5b88a108c..fe1e8743ba 100644 --- a/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml +++ b/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml @@ -447,7 +447,7 @@ for each pipeline (for further details about pipelines see ) that is defined in the file called - + pipeline.yaml. The following publisher types are supported: diff --git a/doc/common/ch_using_openstack_overview.xml b/doc/common/ch_using_openstack_overview.xml index b9e9ce6d17..91263c2d14 100644 --- a/doc/common/ch_using_openstack_overview.xml +++ b/doc/common/ch_using_openstack_overview.xml @@ -18,7 +18,7 @@ OpenStack dashboard. Use this web-based graphical interface, code named horizon, to view, + xlink:href="http://git.openstack.org/cgit/openstack/horizon">horizon, to view, create, and manage resources and services. diff --git a/doc/install-guide/ch_horizon.xml b/doc/install-guide/ch_horizon.xml index a2c27d0dfb..c7db02b6fd 100644 --- a/doc/install-guide/ch_horizon.xml +++ b/doc/install-guide/ch_horizon.xml @@ -6,7 +6,7 @@ xml:id="ch_horizon"> Add the dashboard The OpenStack dashboard, also known as Horizon, is a Web interface that enables cloud administrators and users to manage various OpenStack resources and services. diff --git a/doc/user-guide/hot/section_software_deployment.xml b/doc/user-guide/hot/section_software_deployment.xml index c940d3a762..16e64b79a4 100644 --- a/doc/user-guide/hot/section_software_deployment.xml +++ b/doc/user-guide/hot/section_software_deployment.xml @@ -44,14 +44,14 @@ agents already being installed and enabled A number of tools are available for building custom images, including: - diskimage-builder image building tools for OpenStack + diskimage-builder image building tools for OpenStack imagefactory builds images for a variety of operating system/cloud combinations - Examples in this guide which require custom images will use diskimage-builder. + Examples in this guide which require custom images will use diskimage-builder.
@@ -546,14 +546,14 @@ configuration data into a server running a custom image. All software dependencies installed - os-refresh-config scripts to be executed on configuration changes + os-refresh-config scripts to be executed on configuration changes - os-apply-config templates to transform the heat-provided config data into + os-apply-config templates to transform the heat-provided config data into service configuration files - The projects tripleo-image-elements and tripleo-heat-templates demonstrate + The projects tripleo-image-elements and tripleo-heat-templates demonstrate this approach.
diff --git a/doc/user-guide/section_cli_heat.xml b/doc/user-guide/section_cli_heat.xml index 003dc35a91..7cd8316e31 100644 --- a/doc/user-guide/section_cli_heat.xml +++ b/doc/user-guide/section_cli_heat.xml @@ -26,7 +26,7 @@ To create a stack, or template, from an example template file, run the following command: $ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template