Use SSL to access git.openstack.org

Replace all occurrence of http://git.openstack.org with
https://git.openstack.org.

Change-Id: I85b9011ae49c5a4ea8f272b1ee0d93c2c14e43c7
This commit is contained in:
Christian Berendt
2015-04-21 17:33:36 +02:00
parent 55ecfe573e
commit 0212d038b5
23 changed files with 62 additions and 62 deletions

View File

@@ -38,7 +38,7 @@
<para>Define roles or policies in the <para>Define roles or policies in the
<filename>policy.json</filename> file:</para> <filename>policy.json</filename> file:</para>
<programlisting language="json"><xi:include parse="text" <programlisting language="json"><xi:include parse="text"
href="http://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/juno"/></programlisting> href="https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/juno"/></programlisting>
<para>For each parameter, use <literal>"rule:restricted"</literal> to <para>For each parameter, use <literal>"rule:restricted"</literal> to
restrict access to all users or <literal>"role:admin"</literal> restrict access to all users or <literal>"role:admin"</literal>
to limit access to administrator roles. For example:</para> to limit access to administrator roles. For example:</para>

View File

@@ -543,7 +543,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
<step> <step>
<para>Download the OpenStack Networking code from the repository:</para> <para>Download the OpenStack Networking code from the repository:</para>
<screen><prompt>></prompt> <userinput>cd C:\OpenStack\</userinput> <screen><prompt>></prompt> <userinput>cd C:\OpenStack\</userinput>
<prompt>></prompt> <userinput>git clone http://git.openstack.org/cgit/openstack/neutron</userinput></screen> <prompt>></prompt> <userinput>git clone https://git.openstack.org/cgit/openstack/neutron</userinput></screen>
</step> </step>
<step> <step>
<para>Install the OpenStack Networking Hyper-V Agent:</para> <para>Install the OpenStack Networking Hyper-V Agent:</para>

View File

@@ -473,8 +473,8 @@ enabled = True</programlisting>
xlink:href="https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent" xlink:href="https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent"
>https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent</link> and >https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent</link> and
<link <link
xlink:href="http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ofagent/README" xlink:href="https://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ofagent/README"
>http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ofagent/README</link></td> >https://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ofagent/README</link></td>
</tr> </tr>
<tr> <tr>
<td><emphasis role="bold">PLUMgrid</emphasis></td> <td><emphasis role="bold">PLUMgrid</emphasis></td>

View File

@@ -436,7 +436,7 @@
for each pipeline (for further details about pipelines see for each pipeline (for further details about pipelines see
<xref linkend="section_telemetry-data-collection-processing"/>) that is defined <xref linkend="section_telemetry-data-collection-processing"/>) that is defined
in the file called in the file called
<link xlink:href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml"> <link xlink:href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml">
<filename>pipeline.yaml</filename></link>.</para> <filename>pipeline.yaml</filename></link>.</para>
<para>The following publisher types are supported: <para>The following publisher types are supported:
<variablelist> <variablelist>

View File

@@ -18,7 +18,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>OpenStack dashboard. Use this web-based graphical interface, code named <link <para>OpenStack dashboard. Use this web-based graphical interface, code named <link
xlink:href="http://git.openstack.org/cgit/openstack/horizon">horizon</link>, to view, xlink:href="https://git.openstack.org/cgit/openstack/horizon">horizon</link>, to view,
create, and manage resources<phrase audience="adminuser"> and create, and manage resources<phrase audience="adminuser"> and
services</phrase>.</para> services</phrase>.</para>
</listitem> </listitem>

View File

@@ -9,8 +9,8 @@
class="service">cinder-backup</systemitem> service and its class="service">cinder-backup</systemitem> service and its
drivers.</para> drivers.</para>
<para>The volume drivers are included with the Block Storage repository <para>The volume drivers are included with the Block Storage repository
(<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/" (<link xlink:href="https://git.openstack.org/cgit/openstack/cinder/"
>http://git.openstack.org/cgit/openstack/cinder/</link>). To set a >https://git.openstack.org/cgit/openstack/cinder/</link>). To set a
backup driver, use the <literal>backup_driver</literal> flag. backup driver, use the <literal>backup_driver</literal> flag.
By default there is no backup driver enabled.</para> By default there is no backup driver enabled.</para>
<xi:include href="backup/ceph-backup-driver.xml"/> <xi:include href="backup/ceph-backup-driver.xml"/>

View File

@@ -14,26 +14,26 @@
<para>The <filename>cinder.conf</filename> file contains most <para>The <filename>cinder.conf</filename> file contains most
of the options to configure the Block Storage service.</para> of the options to configure the Block Storage service.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/cinder.conf.sample?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/cinder.conf.sample?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_cinder-api-paste.ini"> <section xml:id="section_cinder-api-paste.ini">
<title>api-paste.ini</title> <title>api-paste.ini</title>
<para>Use the <filename>api-paste.ini</filename> file to configure the Block Storage API service.</para> <para>Use the <filename>api-paste.ini</filename> file to configure the Block Storage API service.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/api-paste.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/api-paste.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_cinder-policy.json"> <section xml:id="section_cinder-policy.json">
<title>policy.json</title> <title>policy.json</title>
<para>The <filename>policy.json</filename> file defines additional access controls that apply to the Block Storage service.</para> <para>The <filename>policy.json</filename> file defines additional access controls that apply to the Block Storage service.</para>
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/policy.json?h=stable/juno"/></programlisting> <programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/policy.json?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_cinder-rootwrap.conf"> <section xml:id="section_cinder-rootwrap.conf">
<title>rootwrap.conf</title> <title>rootwrap.conf</title>
<para>The <filename>rootwrap.conf</filename> file defines configuration values used by the <para>The <filename>rootwrap.conf</filename> file defines configuration values used by the
<command>rootwrap</command> script when the Block Storage service must escalate its <command>rootwrap</command> script when the Block Storage service must escalate its
privileges to those of the root user.</para> privileges to those of the root user.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/rootwrap.conf?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/rootwrap.conf?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>

View File

@@ -9,8 +9,8 @@
class="service">cinder-volume</systemitem> service, use class="service">cinder-volume</systemitem> service, use
the parameters described in these sections.</para> the parameters described in these sections.</para>
<para>The volume drivers are included in the Block Storage repository <para>The volume drivers are included in the Block Storage repository
(<link xlink:href="http://git.openstack.org/cgit/openstack/cinder/" (<link xlink:href="https://git.openstack.org/cgit/openstack/cinder/"
>http://git.openstack.org/cgit/openstack/cinder/</link>). To set a >https://git.openstack.org/cgit/openstack/cinder/</link>). To set a
volume driver, use the <literal>volume_driver</literal> flag. volume driver, use the <literal>volume_driver</literal> flag.
The default is:</para> The default is:</para>
<programlisting>volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting> <programlisting>volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>

View File

@@ -40,7 +40,7 @@
href="../common/tables/swift-object-server-filter-xprofile.xml"/> href="../common/tables/swift-object-server-filter-xprofile.xml"/>
<section xml:id="object-server-conf"> <section xml:id="object-server-conf">
<title>Sample object server configuration file</title> <title>Sample object server configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
<section xml:id="object-expirer-configuration"> <section xml:id="object-expirer-configuration">
@@ -65,7 +65,7 @@
href="../common/tables/swift-object-expirer-pipeline-main.xml"/> href="../common/tables/swift-object-expirer-pipeline-main.xml"/>
<section xml:id="object-expirer-conf"> <section xml:id="object-expirer-conf">
<title>Sample object expirer configuration file</title> <title>Sample object expirer configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/object-expirer.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/object-expirer.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
<section xml:id="container-server-configuration"> <section xml:id="container-server-configuration">
@@ -97,7 +97,7 @@
href="../common/tables/swift-container-server-filter-xprofile.xml"/> href="../common/tables/swift-container-server-filter-xprofile.xml"/>
<section xml:id="container-server-conf"> <section xml:id="container-server-conf">
<title>Sample container server configuration file</title> <title>Sample container server configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
@@ -115,7 +115,7 @@
href="../common/tables/swift-container-sync-realms-realm2.xml"/> href="../common/tables/swift-container-sync-realms-realm2.xml"/>
<section xml:id="container-sync-realms-conf"> <section xml:id="container-sync-realms-conf">
<title>Sample container sync realms configuration file</title> <title>Sample container sync realms configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/container-sync-realms.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/container-sync-realms.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
<section xml:id="container-reconciler-configuration"> <section xml:id="container-reconciler-configuration">
@@ -141,7 +141,7 @@
<section xml:id="container-reconciler-conf"> <section xml:id="container-reconciler-conf">
<title>Sample container sync reconciler configuration file</title> <title>Sample container sync reconciler configuration file</title>
<!-- TODO(jaegerandi) Change master to stable/juno --> <!-- TODO(jaegerandi) Change master to stable/juno -->
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/container-reconciler.conf-sample?h=master"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/container-reconciler.conf-sample?h=master"/></programlisting>
</section> </section>
</section> </section>
@@ -171,7 +171,7 @@
href="../common/tables/swift-account-server-filter-xprofile.xml"/> href="../common/tables/swift-account-server-filter-xprofile.xml"/>
<section xml:id="account-server-conf"> <section xml:id="account-server-conf">
<title>Sample account server configuration file</title> <title>Sample account server configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
<section xml:id="proxy-server-configuration"> <section xml:id="proxy-server-configuration">
@@ -214,7 +214,7 @@
href="../common/tables/swift-proxy-server-filter-xprofile.xml"/> href="../common/tables/swift-proxy-server-filter-xprofile.xml"/>
<section xml:id="proxy-server-conf"> <section xml:id="proxy-server-conf">
<title>Sample proxy server configuration file</title> <title>Sample proxy server configuration file</title>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/swift/plain/etc/proxy-server.conf-sample?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/swift/plain/etc/proxy-server.conf-sample?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>
<section xml:id="swift-memcache-configuration"> <section xml:id="swift-memcache-configuration">

View File

@@ -10,14 +10,14 @@
<para>The Compute service stores its API configuration settings in the <para>The Compute service stores its API configuration settings in the
<filename>api-paste.ini</filename> file.</para> <filename>api-paste.ini</filename> file.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/nova/plain/etc/nova/api-paste.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/api-paste.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_nova-policy.json"> <section xml:id="section_nova-policy.json">
<title>policy.json</title> <title>policy.json</title>
<para>The <filename>policy.json</filename> file defines additional access controls that apply to the Compute service.</para> <para>The <filename>policy.json</filename> file defines additional access controls that apply to the Compute service.</para>
<programlisting language="json"> <programlisting language="json">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/nova/plain/etc/nova/policy.json?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/policy.json?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_nova-rootwrap.conf"> <section xml:id="section_nova-rootwrap.conf">
@@ -30,7 +30,7 @@
option in the <option>[workaround]</option> section option in the <option>[workaround]</option> section
of the <filename>nova.conf</filename> configuration file.</para> of the <filename>nova.conf</filename> configuration file.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/nova/plain/etc/nova/rootwrap.conf?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/rootwrap.conf?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
</section> </section>

View File

@@ -11,7 +11,7 @@
<title>keystone.conf</title> <title>keystone.conf</title>
<para>Use the <filename>keystone.conf</filename> file to <para>Use the <filename>keystone.conf</filename> file to
configure most Identity service options:</para> configure most Identity service options:</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample?h=stable/juno"/> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_keystone-paste.ini"> <section xml:id="section_keystone-paste.ini">
@@ -19,7 +19,7 @@
<para>Use the <filename>keystone-paste.ini</filename> file to <para>Use the <filename>keystone-paste.ini</filename> file to
configure the Web Service Gateway Interface (WSGI) configure the Web Service Gateway Interface (WSGI)
middleware pipeline for the Identity service.</para> middleware pipeline for the Identity service.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini?h=stable/juno"/> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_keystone-logging.conf"> <section xml:id="section_keystone-logging.conf">
@@ -31,7 +31,7 @@
<para>For details, see the (<link <para>For details, see the (<link
xlink:href="http://docs.python.org/2/howto/logging.html#configuring-logging" xlink:href="http://docs.python.org/2/howto/logging.html#configuring-logging"
>Python logging module documentation</link>).</para> >Python logging module documentation</link>).</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample?h=stable/juno"/> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_keystone-policy.json"> <section xml:id="section_keystone-policy.json">
@@ -39,7 +39,7 @@
<para>Use the <filename>policy.json</filename> file to define <para>Use the <filename>policy.json</filename> file to define
additional access controls that apply to the Identity additional access controls that apply to the Identity
service.</para> service.</para>
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/policy.json?h=stable/juno"/></programlisting> <programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/policy.json?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_keystone-domain-configs"> <section xml:id="section_keystone-domain-configs">
<title>Domain-specific configuration</title> <title>Domain-specific configuration</title>

View File

@@ -12,7 +12,7 @@
<para>The configuration file for the Image service API is found in the <para>The configuration file for the Image service API is found in the
<filename>glance-api.conf</filename> file.</para> <filename>glance-api.conf</filename> file.</para>
<para>This file must be modified after installation.</para> <para>This file must be modified after installation.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api.conf?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api.conf?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_glance-registry.conf"> <section xml:id="section_glance-registry.conf">
<title>glance-registry.conf</title> <title>glance-registry.conf</title>
@@ -20,14 +20,14 @@
stores the metadata about images, is found in the stores the metadata about images, is found in the
<filename>glance-registry.conf</filename> file.</para> <filename>glance-registry.conf</filename> file.</para>
<para>This file must be modified after installation.</para> <para>This file must be modified after installation.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry.conf?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry.conf?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_glance-api-paste.conf"> <section xml:id="section_glance-api-paste.conf">
<title>glance-api-paste.ini</title> <title>glance-api-paste.ini</title>
<para>Configuration for the Image service's API middleware pipeline is found in the <para>Configuration for the Image service's API middleware pipeline is found in the
<filename>glance-api-paste.ini</filename> file.</para> <filename>glance-api-paste.ini</filename> file.</para>
<para>You should not need to modify this file.</para> <para>You should not need to modify this file.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api-paste.ini?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api-paste.ini?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_glance-manage.conf"> <section xml:id="section_glance-manage.conf">
<title>glance-manage.conf</title> <title>glance-manage.conf</title>
@@ -38,13 +38,13 @@
<filename>glance-registry.conf</filename> and <filename>glance-api.conf</filename>. <filename>glance-registry.conf</filename> and <filename>glance-api.conf</filename>.
Similarly, options in <filename>glance-api.conf</filename> will Similarly, options in <filename>glance-api.conf</filename> will
override options set in <filename>glance-registry.conf</filename>.</para></note> override options set in <filename>glance-registry.conf</filename>.</para></note>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-manage.conf"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-manage.conf"/></programlisting>
</section> </section>
<section xml:id="section_glance-registry-paste.conf"> <section xml:id="section_glance-registry-paste.conf">
<title>glance-registry-paste.ini</title> <title>glance-registry-paste.ini</title>
<para>The Image service's middleware pipeline for its registry is found in the <para>The Image service's middleware pipeline for its registry is found in the
<filename>glance-registry-paste.ini</filename> file.</para> <filename>glance-registry-paste.ini</filename> file.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry-paste.ini?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry-paste.ini?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_glance-scrubber.conf"> <section xml:id="section_glance-scrubber.conf">
<title>glance-scrubber.conf</title> <title>glance-scrubber.conf</title>
@@ -58,12 +58,12 @@
<systemitem>cleanup_scrubber</systemitem> coordinates other <systemitem>cleanup_scrubber</systemitem> coordinates other
<systemitem>glance-scrubber</systemitem> instances by maintaining the master queue <systemitem>glance-scrubber</systemitem> instances by maintaining the master queue
of images that need to be removed.</para> of images that need to be removed.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/glance-scrubber.conf?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-scrubber.conf?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_glance-policy.json"> <section xml:id="section_glance-policy.json">
<title>policy.json</title> <title>policy.json</title>
<para>The <filename>/etc/glance/policy.json</filename> file defines additional access controls <para>The <filename>/etc/glance/policy.json</filename> file defines additional access controls
that apply to the Image service.</para> that apply to the Image service.</para>
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/juno"/></programlisting> <programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/juno"/></programlisting>
</section> </section>
</section> </section>

View File

@@ -10,14 +10,14 @@
<para>Use the <filename>neutron.conf</filename> file to configure the <para>Use the <filename>neutron.conf</filename> file to configure the
majority of the OpenStack Networking options.</para> majority of the OpenStack Networking options.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/neutron.conf?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/neutron.conf?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-api-paste.ini"> <section xml:id="section_neutron-api-paste.ini">
<title>api-paste.ini</title> <title>api-paste.ini</title>
<para>Use the <filename>api-paste.ini</filename> to configure the OpenStack Networking API.</para> <para>Use the <filename>api-paste.ini</filename> to configure the OpenStack Networking API.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/api-paste.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/api-paste.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-policy.json"> <section xml:id="section_neutron-policy.json">
@@ -25,7 +25,7 @@
<para>Use the <filename>policy.json</filename> file to define additional access controls <para>Use the <filename>policy.json</filename> file to define additional access controls
that apply to the OpenStack Networking service.</para> that apply to the OpenStack Networking service.</para>
<programlisting language="json"> <programlisting language="json">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/policy.json?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/policy.json?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-rootwrap.conf"> <section xml:id="section_neutron-rootwrap.conf">
@@ -34,7 +34,7 @@
<command>rootwrap</command> script when the OpenStack Networking service must escalate its <command>rootwrap</command> script when the OpenStack Networking service must escalate its
privileges to those of the root user.</para> privileges to those of the root user.</para>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/rootwrap.conf?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/rootwrap.conf?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_plugin-agent-conf"> <section xml:id="section_plugin-agent-conf">
@@ -45,25 +45,25 @@
<section xml:id="section_neutron-dhcp_agent.ini"> <section xml:id="section_neutron-dhcp_agent.ini">
<title>dhcp_agent.ini</title> <title>dhcp_agent.ini</title>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/dhcp_agent.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/dhcp_agent.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-l3_agent.ini.conf"> <section xml:id="section_neutron-l3_agent.ini.conf">
<title>l3_agent.ini</title> <title>l3_agent.ini</title>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/l3_agent.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/l3_agent.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-lbaas_agent.ini"> <section xml:id="section_neutron-lbaas_agent.ini">
<title>lbaas_agent.ini</title> <title>lbaas_agent.ini</title>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/lbaas_agent.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/lbaas_agent.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
<section xml:id="section_neutron-metadata_agent.ini"> <section xml:id="section_neutron-metadata_agent.ini">
<title>metadata_agent.ini</title> <title>metadata_agent.ini</title>
<programlisting language="ini"> <programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/neutron/plain/etc/metadata_agent.ini?h=stable/juno"/> <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/neutron/plain/etc/metadata_agent.ini?h=stable/juno"/>
</programlisting> </programlisting>
</section> </section>
</section> </section>

View File

@@ -40,7 +40,7 @@
<para>To use this middleware, first download the latest <para>To use this middleware, first download the latest
version from its repository to your proxy version from its repository to your proxy
server(s).</para> server(s).</para>
<screen><prompt>$</prompt> <userinput>git clone http://git.openstack.org/cgit/stackforge/swift3/</userinput></screen> <screen><prompt>$</prompt> <userinput>git clone https://git.openstack.org/cgit/stackforge/swift3/</userinput></screen>
<para>Then, install it using standard python mechanisms, such <para>Then, install it using standard python mechanisms, such
as:</para> as:</para>
<screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen> <screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen>

View File

@@ -12,7 +12,7 @@
found in the <filename>ceilometer.conf</filename> file.</para> found in the <filename>ceilometer.conf</filename> file.</para>
<para>This file must be modified after installation.</para> <para>This file must be modified after installation.</para>
<programlisting language="ini"> <programlisting language="ini">
<!-- <xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/ceilometer.conf.sample"/> --> <!-- <xi:include parse="text" href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/ceilometer.conf.sample"/> -->
<xi:include parse="text" href="../../common/samples/ceilometer.conf"/> <xi:include parse="text" href="../../common/samples/ceilometer.conf"/>
</programlisting> </programlisting>
</section> </section>
@@ -24,7 +24,7 @@
<para>This file provides a standard set of events and corresponding traits <para>This file provides a standard set of events and corresponding traits
that may be of interest. This file can be modified to add and drop traits that may be of interest. This file can be modified to add and drop traits
that operators may find useful.</para> that operators may find useful.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/event_definitions.yaml?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/event_definitions.yaml?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_pipeline.yaml"> <section xml:id="section_pipeline.yaml">
<title>pipeline.yaml</title> <title>pipeline.yaml</title>
@@ -34,7 +34,7 @@
file.</para> file.</para>
<para>This file can be modified to adjust polling intervals and the <para>This file can be modified to adjust polling intervals and the
samples generated by the Telemetry module</para> samples generated by the Telemetry module</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml?h=stable/juno"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml?h=stable/juno"/></programlisting>
</section> </section>
<section xml:id="section_event_pipeline.yaml"> <section xml:id="section_event_pipeline.yaml">
<title>event_pipeline.yaml</title> <title>event_pipeline.yaml</title>
@@ -43,13 +43,13 @@
defined in the <filename>event_pipeline.yaml</filename> file.</para> defined in the <filename>event_pipeline.yaml</filename> file.</para>
<para>This file can be modified to adjust which notifications to capture and the <para>This file can be modified to adjust which notifications to capture and the
and where to publish the events.</para> and where to publish the events.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/event_pipeline.yaml"/></programlisting> <programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/event_pipeline.yaml"/></programlisting>
</section> </section>
<section xml:id="section_ceilometer-policy.json"> <section xml:id="section_ceilometer-policy.json">
<title>policy.json</title> <title>policy.json</title>
<para>The <filename>policy.json</filename> file defines additional <para>The <filename>policy.json</filename> file defines additional
access controls that apply to the Telemetry service.</para> access controls that apply to the Telemetry service.</para>
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/policy.json?h=stable/juno"/></programlisting> <programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/policy.json?h=stable/juno"/></programlisting>
</section> </section>
<!-- TODO(gpocentek): include sources.json --> <!-- TODO(gpocentek): include sources.json -->
</section> </section>

View File

@@ -34,7 +34,7 @@
vocabulary for OpenStack-related concepts.</para> vocabulary for OpenStack-related concepts.</para>
<para> <para>
To add to OpenStack glossary, clone the <link xlink:href=" To add to OpenStack glossary, clone the <link xlink:href="
http://git.openstack.org/cgit/openstack/openstack-manuals"><literal>openstack/openstack-manuals</literal> https://git.openstack.org/cgit/openstack/openstack-manuals"><literal>openstack/openstack-manuals</literal>
repository</link> and update the source file repository</link> and update the source file
<filename>doc/glossary/glossary-terms.xml</filename> through the <filename>doc/glossary/glossary-terms.xml</filename> through the
OpenStack contribution process. OpenStack contribution process.

View File

@@ -6,7 +6,7 @@
xml:id="ch_horizon"> xml:id="ch_horizon">
<title>Add the dashboard</title> <title>Add the dashboard</title>
<para>The OpenStack dashboard, also known as <link <para>The OpenStack dashboard, also known as <link
xlink:href="http://git.openstack.org/cgit/openstack/horizon" xlink:href="https://git.openstack.org/cgit/openstack/horizon"
>Horizon</link>, is a Web interface that enables cloud >Horizon</link>, is a Web interface that enables cloud
administrators and users to manage various OpenStack resources and administrators and users to manage various OpenStack resources and
services.</para> services.</para>

View File

@@ -17,7 +17,7 @@
<section xml:id="neutron_network_traffic_in_cloud"> <section xml:id="neutron_network_traffic_in_cloud">
<title>Visualize OpenStack Networking service traffic in the <title>Visualize OpenStack Networking service traffic in the
cloud</title> cloud</title>
<xi:include href="http://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml" <xi:include href="https://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml"
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer="xmlns(db=http://docbook.org/ns/docbook)
xpath(//*[@xml:id = 'neutron_network_traffic_in_cloud']/*[not(self::db:title)])"> xpath(//*[@xml:id = 'neutron_network_traffic_in_cloud']/*[not(self::db:title)])">
<xi:fallback><para><link <xi:fallback><para><link
@@ -26,7 +26,7 @@
</section> </section>
<section xml:id="dealing_with_netns"> <section xml:id="dealing_with_netns">
<title>Troubleshoot network namespace issues</title> <title>Troubleshoot network namespace issues</title>
<xi:include href="http://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml" <xi:include href="https://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml"
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer="xmlns(db=http://docbook.org/ns/docbook)
xpath(//*[@xml:id = 'dealing_with_netns']/*[not(self::db:title)])"> xpath(//*[@xml:id = 'dealing_with_netns']/*[not(self::db:title)])">
<xi:fallback><para><link <xi:fallback><para><link
@@ -35,7 +35,7 @@
</section> </section>
<section xml:id="trouble_shooting_ovs"> <section xml:id="trouble_shooting_ovs">
<title>Troubleshoot Open vSwitch</title> <title>Troubleshoot Open vSwitch</title>
<xi:include href="http://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml" <xi:include href="https://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml"
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer="xmlns(db=http://docbook.org/ns/docbook)
xpath(//*[@xml:id = 'trouble_shooting_ovs']/*[not(self::db:title)])"> xpath(//*[@xml:id = 'trouble_shooting_ovs']/*[not(self::db:title)])">
<xi:fallback><para><link <xi:fallback><para><link
@@ -44,7 +44,7 @@
</section> </section>
<section xml:id="debugging_dns_issues"> <section xml:id="debugging_dns_issues">
<title>Debug DNS issues</title> <title>Debug DNS issues</title>
<xi:include href="http://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml" <xi:include href="https://git.openstack.org/cgit/openstack/operations-guide/plain/doc/openstack-ops/ch_ops_network_troubleshooting.xml"
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer="xmlns(db=http://docbook.org/ns/docbook)
xpath(//*[@xml:id = 'debugging_dns_issues']/*[not(self::db:title)])"> xpath(//*[@xml:id = 'debugging_dns_issues']/*[not(self::db:title)])">
<xi:fallback><para><link <xi:fallback><para><link

View File

@@ -12,7 +12,7 @@ The examples in this guide show you how to perform tasks by using the
following methods: following methods:
* OpenStack dashboard. Use this web-based graphical interface, code * OpenStack dashboard. Use this web-based graphical interface, code
named `horizon <http://git.openstack.org/cgit/openstack/horizon>`__, to view, create, and manage resources and services. named `horizon <https://git.openstack.org/cgit/openstack/horizon>`__, to view, create, and manage resources and services.
* OpenStack command-line clients. Each core OpenStack project has a * OpenStack command-line clients. Each core OpenStack project has a
command-line client that you can use to run simple commands to view, command-line client that you can use to run simple commands to view,

View File

@@ -27,7 +27,7 @@ Create a stack from an example template file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- To create a stack, or template, from an `example template - To create a stack, or template, from an `example template
file <http://git.openstack.org/cgit/openstack/heat-templates>`__, run file <https://git.openstack.org/cgit/openstack/heat-templates>`__, run
the following command:: the following command::
$ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template $ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template

View File

@@ -12,12 +12,12 @@ The `OpenStack Heat Templates repository`_ is a collection of example
templates which demonstrates core Heat functionality, related image-building templates which demonstrates core Heat functionality, related image-building
templates, template-related scripts and conversion tools. templates, template-related scripts and conversion tools.
.. _OpenStack Heat Templates Repository: http://git.openstack.org/cgit/openstack/heat-templates/tree/ .. _OpenStack Heat Templates Repository: https://git.openstack.org/cgit/openstack/heat-templates/tree/
The `OpenStack TripleO Heat Templates repository`_ contains a variety of The `OpenStack TripleO Heat Templates repository`_ contains a variety of
heat templates that are included in the tripleo-heat-templates codebase. heat templates that are included in the tripleo-heat-templates codebase.
.. _OpenStack TripleO Heat Templates repository: http://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/ .. _OpenStack TripleO Heat Templates repository: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/
Rackspace has provided a set of Heat templates at the `RCB Ops repository`_ Rackspace has provided a set of Heat templates at the `RCB Ops repository`_
that can be used by cloud operators to launch applications, templates for that can be used by cloud operators to launch applications, templates for

View File

@@ -11,7 +11,7 @@ within the limits set by administrators.
The examples in this guide show you how to perform tasks by using the The examples in this guide show you how to perform tasks by using the
following methods: following methods:
* OpenStack dashboard. Use this web-based graphical interface, code named `horizon <http://git.openstack.org/cgit/openstack/horizon>`__, to view, create, and manage resources. * OpenStack dashboard. Use this web-based graphical interface, code named `horizon <https://git.openstack.org/cgit/openstack/horizon>`__, to view, create, and manage resources.
* OpenStack command-line clients. Each core OpenStack project has a * OpenStack command-line clients. Each core OpenStack project has a
command-line client that you can use to run simple commands to view, command-line client that you can use to run simple commands to view,

View File

@@ -75,9 +75,9 @@ def link(element):
# Only handles the single link we need... # Only handles the single link we need...
href = element.attrib['{http://www.w3.org/1999/xlink}href'] href = element.attrib['{http://www.w3.org/1999/xlink}href']
href = href.lstrip() href = href.lstrip()
if href == "http://git.openstack.org/cgit/openstack/openstack-manuals": if href == "https://git.openstack.org/cgit/openstack/openstack-manuals":
s = ("`openstack/openstack-manuals repository " + s = ("`openstack/openstack-manuals repository " +
"<http://git.openstack.org/cgit/openstack/openstack-manuals>`__") "<https://git.openstack.org/cgit/openstack/openstack-manuals>`__")
return s return s
print ("link not handled %s" % href) print ("link not handled %s" % href)
sys.exit(1) sys.exit(1)