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
This commit is contained in:
@@ -536,7 +536,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
|
||||
<step>
|
||||
<para>Download the OpenStack Networking code from the repository:</para>
|
||||
<screen><prompt>></prompt> <userinput>cd C:\OpenStack\</userinput>
|
||||
<prompt>></prompt> <userinput>git clone https://github.com/openstack/neutron.git</userinput></screen>
|
||||
<prompt>></prompt> <userinput>git clone http://git.openstack.org/cgit/openstack/neutron</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Install the OpenStack Networking Hyper-V Agent:</para>
|
||||
|
@@ -447,7 +447,7 @@
|
||||
for each pipeline (for further details about pipelines see
|
||||
<xref linkend="section_telemetry-data-collection-processing"/>) that is defined
|
||||
in the file called
|
||||
<link xlink:href="https://github.com/openstack/ceilometer/blob/master/etc/ceilometer/pipeline.yaml">
|
||||
<link xlink:href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml">
|
||||
<filename>pipeline.yaml</filename></link>.</para>
|
||||
<para>The following publisher types are supported:
|
||||
<variablelist>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>OpenStack dashboard. Use this web-based graphical interface, code named <link
|
||||
xlink:href="https://github.com/openstack/horizon/">horizon</link>, to view,
|
||||
xlink:href="http://git.openstack.org/cgit/openstack/horizon">horizon</link>, to view,
|
||||
create, and manage resources<phrase audience="adminuser"> and
|
||||
services</phrase>.</para>
|
||||
</listitem>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
xml:id="ch_horizon">
|
||||
<title>Add the dashboard</title>
|
||||
<para>The OpenStack dashboard, also known as <link
|
||||
xlink:href="https://github.com/openstack/horizon/"
|
||||
xlink:href="http://git.openstack.org/cgit/openstack/horizon"
|
||||
>Horizon</link>, is a Web interface that enables cloud
|
||||
administrators and users to manage various OpenStack resources and
|
||||
services.</para>
|
||||
|
@@ -44,14 +44,14 @@ agents already being installed and enabled</para>
|
||||
<para>A number of tools are available for building custom images, including:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><link xlink:href="https://github.com/openstack/diskimage-builder">diskimage-builder</link> image building tools for OpenStack</para>
|
||||
<para><link xlink:href="http://git.openstack.org/cgit/openstack/diskimage-builder">diskimage-builder</link> image building tools for OpenStack</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link xlink:href="http://imgfac.org/">imagefactory</link> builds images for a variety of operating system/cloud
|
||||
combinations</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Examples in this guide which require custom images will use <link xlink:href="https://github.com/openstack/diskimage-builder">diskimage-builder</link>.</para>
|
||||
<para>Examples in this guide which require custom images will use <link xlink:href="http://git.openstack.org/cgit/openstack/diskimage-builder">diskimage-builder</link>.</para>
|
||||
</section>
|
||||
<section xml:id="user-data-boot-scripts-and-cloud-init">
|
||||
<?dbhtml stop-chunking?>
|
||||
@@ -546,14 +546,14 @@ configuration data into a server running a custom image.</para>
|
||||
<para>All software dependencies installed</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link xlink:href="https://github.com/openstack/os-refresh-config">os-refresh-config</link> scripts to be executed on configuration changes</para>
|
||||
<para><link xlink:href="http://git.openstack.org/cgit/openstack/os-refresh-config">os-refresh-config</link> scripts to be executed on configuration changes</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link xlink:href="https://github.com/openstack/os-apply-config">os-apply-config</link> templates to transform the heat-provided config data into
|
||||
<para><link xlink:href="http://git.openstack.org/cgit/openstack/os-apply-config">os-apply-config</link> templates to transform the heat-provided config data into
|
||||
service configuration files</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>The projects <link xlink:href="https://github.com/openstack/tripleo-image-elements">tripleo-image-elements</link> and <link xlink:href="https://github.com/openstack/tripleo-heat-templates">tripleo-heat-templates</link> demonstrate
|
||||
<para>The projects <link xlink:href="http://git.openstack.org/cgit/openstack/tripleo-image-elements">tripleo-image-elements</link> and <link xlink:href="http://git.openstack.org/cgit/openstack/tripleo-heat-templates">tripleo-heat-templates</link> demonstrate
|
||||
this approach.</para>
|
||||
</section>
|
||||
<section xml:id="configuring-with-cfn-init">
|
||||
|
@@ -26,7 +26,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>To create a stack, or template, from an <link
|
||||
xlink:href="https://github.com/openstack/heat-templates"
|
||||
xlink:href="http://git.openstack.org/cgit/openstack/heat-templates"
|
||||
>example template file</link>, run the following
|
||||
command:</para>
|
||||
<screen><prompt>$</prompt> <userinput>heat stack-create mystack --template-file /<replaceable>PATH_TO_HEAT_TEMPLATES</replaceable>/WordPress_Single_Instance.template</userinput>
|
||||
|
Reference in New Issue
Block a user