From 0212d038b5c9f4107527046493525a47f5d4e936 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 21 Apr 2015 17:33:36 +0200 Subject: [PATCH] Use SSL to access git.openstack.org Replace all occurrence of http://git.openstack.org with https://git.openstack.org. Change-Id: I85b9011ae49c5a4ea8f272b1ee0d93c2c14e43c7 --- .../image/section_glance-property-protection.xml | 2 +- .../section_networking_config-agents.xml | 2 +- .../section_networking_introduction.xml | 4 ++-- .../section_telemetry-data-retrieval.xml | 2 +- doc/common/ch_using_openstack_overview.xml | 2 +- .../block-storage/section_backup-drivers.xml | 4 ++-- ..._block-storage-sample-configuration-files.xml | 8 ++++---- .../block-storage/section_volume-drivers.xml | 4 ++-- .../ch_objectstorageconfigure.xml | 14 +++++++------- ...ection_compute-sample-configuration-files.xml | 6 +++--- .../section_keystone-sample-conf-files.xml | 8 ++++---- ..._image-service-sample-configuration-files.xml | 14 +++++++------- ...ion_networking-sample-configuration-files.xml | 16 ++++++++-------- .../object-storage/section_configure_s3.xml | 2 +- ...tion_telemetry-sample-configuration-files.xml | 10 +++++----- doc/glossary/glossary-terms.xml | 2 +- doc/install-guide/ch_horizon.xml | 2 +- doc/networking-guide/ch_troubleshooting.xml | 8 ++++---- doc/user-guides/source/adminuser/intro-admin.rst | 2 +- .../enduser/cli_create_and_manage_stacks.rst | 2 +- .../enduser/hot-guide/hot_existing_templates.rst | 4 ++-- doc/user-guides/source/enduser/intro-user.rst | 2 +- tools/glossary2rst.py | 4 ++-- 23 files changed, 62 insertions(+), 62 deletions(-) diff --git a/doc/admin-guide-cloud/image/section_glance-property-protection.xml b/doc/admin-guide-cloud/image/section_glance-property-protection.xml index 5c6dcf762b..a5ce3a643d 100644 --- a/doc/admin-guide-cloud/image/section_glance-property-protection.xml +++ b/doc/admin-guide-cloud/image/section_glance-property-protection.xml @@ -38,7 +38,7 @@ Define roles or policies in the policy.json file: +href="https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/juno"/> For each parameter, use "rule:restricted" to restrict access to all users or "role:admin" to limit access to administrator roles. For example: 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 018ac3eefb..4c7d5f42ff 100644 --- a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml +++ b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml @@ -543,7 +543,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver Download the OpenStack Networking code from the repository: > cd C:\OpenStack\ -> git clone http://git.openstack.org/cgit/openstack/neutron +> git clone https://git.openstack.org/cgit/openstack/neutron Install the OpenStack Networking Hyper-V Agent: diff --git a/doc/admin-guide-cloud/networking/section_networking_introduction.xml b/doc/admin-guide-cloud/networking/section_networking_introduction.xml index ba79d96439..f389d4ce1d 100644 --- a/doc/admin-guide-cloud/networking/section_networking_introduction.xml +++ b/doc/admin-guide-cloud/networking/section_networking_introduction.xml @@ -473,8 +473,8 @@ enabled = True xlink:href="https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent" >https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent and 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" + >https://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ofagent/README PLUMgrid 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 ed08b29c95..4b8e01713c 100644 --- a/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml +++ b/doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml @@ -436,7 +436,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 91263c2d14..e681b0d569 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="https://git.openstack.org/cgit/openstack/horizon">horizon, to view, create, and manage resources and services. diff --git a/doc/config-reference/block-storage/section_backup-drivers.xml b/doc/config-reference/block-storage/section_backup-drivers.xml index 31d1183b59..44787b2819 100644 --- a/doc/config-reference/block-storage/section_backup-drivers.xml +++ b/doc/config-reference/block-storage/section_backup-drivers.xml @@ -9,8 +9,8 @@ class="service">cinder-backup service and its drivers. The volume drivers are included with the Block Storage repository - (http://git.openstack.org/cgit/openstack/cinder/). To set a + (https://git.openstack.org/cgit/openstack/cinder/). To set a backup driver, use the backup_driver flag. By default there is no backup driver enabled. diff --git a/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml b/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml index 56222c4730..1ee3c8d42e 100644 --- a/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml +++ b/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml @@ -14,26 +14,26 @@ The cinder.conf file contains most of the options to configure the Block Storage service. - +
api-paste.ini Use the api-paste.ini file to configure the Block Storage API service. - +
policy.json The policy.json file defines additional access controls that apply to the Block Storage service. - +
rootwrap.conf The rootwrap.conf file defines configuration values used by the rootwrap script when the Block Storage service must escalate its privileges to those of the root user. - +
diff --git a/doc/config-reference/block-storage/section_volume-drivers.xml b/doc/config-reference/block-storage/section_volume-drivers.xml index e5954c574a..f2893c37c9 100644 --- a/doc/config-reference/block-storage/section_volume-drivers.xml +++ b/doc/config-reference/block-storage/section_volume-drivers.xml @@ -9,8 +9,8 @@ class="service">cinder-volume service, use the parameters described in these sections. The volume drivers are included in the Block Storage repository - (http://git.openstack.org/cgit/openstack/cinder/). To set a + (https://git.openstack.org/cgit/openstack/cinder/). To set a volume driver, use the volume_driver flag. The default is: volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver diff --git a/doc/config-reference/ch_objectstorageconfigure.xml b/doc/config-reference/ch_objectstorageconfigure.xml index 69270abd3e..756a937212 100644 --- a/doc/config-reference/ch_objectstorageconfigure.xml +++ b/doc/config-reference/ch_objectstorageconfigure.xml @@ -40,7 +40,7 @@ href="../common/tables/swift-object-server-filter-xprofile.xml"/>
Sample object server configuration file - +
@@ -65,7 +65,7 @@ href="../common/tables/swift-object-expirer-pipeline-main.xml"/>
Sample object expirer configuration file - +
@@ -97,7 +97,7 @@ href="../common/tables/swift-container-server-filter-xprofile.xml"/>
Sample container server configuration file - +
@@ -115,7 +115,7 @@ href="../common/tables/swift-container-sync-realms-realm2.xml"/>
Sample container sync realms configuration file - +
@@ -141,7 +141,7 @@
Sample container sync reconciler configuration file - +
@@ -171,7 +171,7 @@ href="../common/tables/swift-account-server-filter-xprofile.xml"/>
Sample account server configuration file - +
@@ -214,7 +214,7 @@ href="../common/tables/swift-proxy-server-filter-xprofile.xml"/>
Sample proxy server configuration file - +
diff --git a/doc/config-reference/compute/section_compute-sample-configuration-files.xml b/doc/config-reference/compute/section_compute-sample-configuration-files.xml index cc6c579f88..0265df13c8 100644 --- a/doc/config-reference/compute/section_compute-sample-configuration-files.xml +++ b/doc/config-reference/compute/section_compute-sample-configuration-files.xml @@ -10,14 +10,14 @@ The Compute service stores its API configuration settings in the api-paste.ini file. - +
policy.json The policy.json file defines additional access controls that apply to the Compute service. - +
@@ -30,7 +30,7 @@ option in the section of the nova.conf configuration file. - +
diff --git a/doc/config-reference/identity/section_keystone-sample-conf-files.xml b/doc/config-reference/identity/section_keystone-sample-conf-files.xml index 0937931160..863addab84 100644 --- a/doc/config-reference/identity/section_keystone-sample-conf-files.xml +++ b/doc/config-reference/identity/section_keystone-sample-conf-files.xml @@ -11,7 +11,7 @@ keystone.conf Use the keystone.conf file to configure most Identity service options: - +
@@ -19,7 +19,7 @@ Use the keystone-paste.ini file to configure the Web Service Gateway Interface (WSGI) middleware pipeline for the Identity service. - +
@@ -31,7 +31,7 @@ For details, see the (Python logging module documentation). - +
@@ -39,7 +39,7 @@ Use the policy.json file to define additional access controls that apply to the Identity service. - +
Domain-specific configuration diff --git a/doc/config-reference/image-service/section_image-service-sample-configuration-files.xml b/doc/config-reference/image-service/section_image-service-sample-configuration-files.xml index 42d86121df..58bc576b69 100644 --- a/doc/config-reference/image-service/section_image-service-sample-configuration-files.xml +++ b/doc/config-reference/image-service/section_image-service-sample-configuration-files.xml @@ -12,7 +12,7 @@ The configuration file for the Image service API is found in the glance-api.conf file. This file must be modified after installation. - +
glance-registry.conf @@ -20,14 +20,14 @@ stores the metadata about images, is found in the glance-registry.conf file. This file must be modified after installation. - +
glance-api-paste.ini Configuration for the Image service's API middleware pipeline is found in the glance-api-paste.ini file. You should not need to modify this file. - +
glance-manage.conf @@ -38,13 +38,13 @@ glance-registry.conf and glance-api.conf. Similarly, options in glance-api.conf will override options set in glance-registry.conf. - +
glance-registry-paste.ini The Image service's middleware pipeline for its registry is found in the glance-registry-paste.ini file. - +
glance-scrubber.conf @@ -58,12 +58,12 @@ cleanup_scrubber coordinates other glance-scrubber instances by maintaining the master queue of images that need to be removed. - +
policy.json The /etc/glance/policy.json file defines additional access controls that apply to the Image service. - +
diff --git a/doc/config-reference/networking/section_networking-sample-configuration-files.xml b/doc/config-reference/networking/section_networking-sample-configuration-files.xml index db1523e4f7..ab346c95b8 100644 --- a/doc/config-reference/networking/section_networking-sample-configuration-files.xml +++ b/doc/config-reference/networking/section_networking-sample-configuration-files.xml @@ -10,14 +10,14 @@ Use the neutron.conf file to configure the majority of the OpenStack Networking options. - +
api-paste.ini Use the api-paste.ini to configure the OpenStack Networking API. - +
@@ -25,7 +25,7 @@ Use the policy.json file to define additional access controls that apply to the OpenStack Networking service. - +
@@ -34,7 +34,7 @@ rootwrap script when the OpenStack Networking service must escalate its privileges to those of the root user. - +
@@ -45,25 +45,25 @@
dhcp_agent.ini - +
l3_agent.ini - +
lbaas_agent.ini - +
metadata_agent.ini - +
diff --git a/doc/config-reference/object-storage/section_configure_s3.xml b/doc/config-reference/object-storage/section_configure_s3.xml index af67678ce1..6a5849ece4 100644 --- a/doc/config-reference/object-storage/section_configure_s3.xml +++ b/doc/config-reference/object-storage/section_configure_s3.xml @@ -40,7 +40,7 @@ To use this middleware, first download the latest version from its repository to your proxy server(s). - $ git clone http://git.openstack.org/cgit/stackforge/swift3/ + $ git clone https://git.openstack.org/cgit/stackforge/swift3/ Then, install it using standard python mechanisms, such as: # python setup.py install diff --git a/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml b/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml index 7f39662bb6..cb1c9a6fe4 100644 --- a/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml +++ b/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml @@ -12,7 +12,7 @@ found in the ceilometer.conf file. This file must be modified after installation. - + @@ -24,7 +24,7 @@ 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 operators may find useful. - +
pipeline.yaml @@ -34,7 +34,7 @@ file. This file can be modified to adjust polling intervals and the samples generated by the Telemetry module - +
event_pipeline.yaml @@ -43,13 +43,13 @@ defined in the event_pipeline.yaml file. This file can be modified to adjust which notifications to capture and the and where to publish the events. - +
policy.json The policy.json file defines additional access controls that apply to the Telemetry service. - +
diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml index 04056258e6..dd72c92308 100644 --- a/doc/glossary/glossary-terms.xml +++ b/doc/glossary/glossary-terms.xml @@ -34,7 +34,7 @@ vocabulary for OpenStack-related concepts. To add to OpenStack glossary, clone the openstack/openstack-manuals + https://git.openstack.org/cgit/openstack/openstack-manuals">openstack/openstack-manuals repository and update the source file doc/glossary/glossary-terms.xml through the OpenStack contribution process. diff --git a/doc/install-guide/ch_horizon.xml b/doc/install-guide/ch_horizon.xml index c7db02b6fd..8c2f49b492 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/networking-guide/ch_troubleshooting.xml b/doc/networking-guide/ch_troubleshooting.xml index d3277e52df..1023f54496 100644 --- a/doc/networking-guide/ch_troubleshooting.xml +++ b/doc/networking-guide/ch_troubleshooting.xml @@ -17,7 +17,7 @@
Visualize OpenStack Networking service traffic in the cloud -
Troubleshoot network namespace issues -
Troubleshoot Open vSwitch -
Debug DNS issues - `__, to view, create, and manage resources and services. + named `horizon `__, to view, create, and manage resources and services. * OpenStack command-line clients. Each core OpenStack project has a command-line client that you can use to run simple commands to view, diff --git a/doc/user-guides/source/enduser/cli_create_and_manage_stacks.rst b/doc/user-guides/source/enduser/cli_create_and_manage_stacks.rst index c7833b4d99..bd657eaab9 100644 --- a/doc/user-guides/source/enduser/cli_create_and_manage_stacks.rst +++ b/doc/user-guides/source/enduser/cli_create_and_manage_stacks.rst @@ -27,7 +27,7 @@ Create a stack from an example template file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - To create a stack, or template, from an `example template - file `__, run + file `__, run the following command:: $ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template diff --git a/doc/user-guides/source/enduser/hot-guide/hot_existing_templates.rst b/doc/user-guides/source/enduser/hot-guide/hot_existing_templates.rst index 8bdaad388a..0383cbf9c0 100644 --- a/doc/user-guides/source/enduser/hot-guide/hot_existing_templates.rst +++ b/doc/user-guides/source/enduser/hot-guide/hot_existing_templates.rst @@ -12,12 +12,12 @@ The `OpenStack Heat Templates repository`_ is a collection of example templates which demonstrates core Heat functionality, related image-building 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 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`_ that can be used by cloud operators to launch applications, templates for diff --git a/doc/user-guides/source/enduser/intro-user.rst b/doc/user-guides/source/enduser/intro-user.rst index 97d9385362..9ba8d3f0c2 100644 --- a/doc/user-guides/source/enduser/intro-user.rst +++ b/doc/user-guides/source/enduser/intro-user.rst @@ -11,7 +11,7 @@ within the limits set by administrators. The examples in this guide show you how to perform tasks by using the following methods: -* OpenStack dashboard. Use this web-based graphical interface, code named `horizon `__, to view, create, and manage resources. +* OpenStack dashboard. Use this web-based graphical interface, code named `horizon `__, to view, create, and manage resources. * OpenStack command-line clients. Each core OpenStack project has a command-line client that you can use to run simple commands to view, diff --git a/tools/glossary2rst.py b/tools/glossary2rst.py index e25fbb6f51..f014086337 100755 --- a/tools/glossary2rst.py +++ b/tools/glossary2rst.py @@ -75,9 +75,9 @@ def link(element): # Only handles the single link we need... href = element.attrib['{http://www.w3.org/1999/xlink}href'] 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 " + - "`__") + "`__") return s print ("link not handled %s" % href) sys.exit(1)