From 380069d9da7366064359cb6d1c9fb4f24f5ed447 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Tue, 31 Jan 2017 13:38:10 +0900 Subject: [PATCH] Use https instead of http for git.openstack.org Change-Id: I0b76dd67854bd354435a56294c67667eeee1bebd --- doc/admin-guide/source/compute-arch.rst | 2 +- doc/admin-guide/source/conf.py | 2 +- doc/arch-design-draft/source/conf.py | 2 +- doc/arch-design/source/conf.py | 2 +- doc/cli-reference/source/conf.py | 2 +- doc/common/source/conf.py | 2 +- .../drivers/huawei-storage-driver.rst | 2 +- doc/config-reference/source/conf.py | 2 +- doc/contributor-guide/source/api-guides.rst | 8 ++-- .../source/blueprints-and-specs.rst | 48 +++++++++---------- doc/contributor-guide/source/conf.py | 2 +- doc/contributor-guide/source/docs-builds.rst | 4 +- .../source/project-deploy-guide.rst | 2 +- .../source/project-install-guide.rst | 2 +- .../source/rst-conv/source-code.rst | 2 +- .../writing-style/openstack-components.rst | 2 +- doc/ha-guide/source/conf.py | 2 +- doc/image-guide/source/conf.py | 2 +- doc/install-guide-debconf/source/conf.py | 2 +- doc/install-guide/source/conf.py | 2 +- doc/networking-guide/source/conf.py | 2 +- doc/networking-guide/source/config-lbaas.rst | 2 +- doc/ops-guide/source/conf.py | 2 +- doc/user-guide/source/conf.py | 2 +- 24 files changed, 51 insertions(+), 51 deletions(-) diff --git a/doc/admin-guide/source/compute-arch.rst b/doc/admin-guide/source/compute-arch.rst index 86b0d86014..b83ae8a258 100644 --- a/doc/admin-guide/source/compute-arch.rst +++ b/doc/admin-guide/source/compute-arch.rst @@ -200,7 +200,7 @@ to work with OpenStack. .. warning:: Nova in tree EC2-compatible API is deprecated. - The `ec2-api project `_ + The `ec2-api project `_ is working to implement the EC2 API. You can use numerous third-party tools and language-specific SDKs to diff --git a/doc/admin-guide/source/conf.py b/doc/admin-guide/source/conf.py index ce8c89233a..ca31b231c7 100644 --- a/doc/admin-guide/source/conf.py +++ b/doc/admin-guide/source/conf.py @@ -72,7 +72,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/admin-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/admin-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/arch-design-draft/source/conf.py b/doc/arch-design-draft/source/conf.py index d611bd9926..e89c1a7b25 100644 --- a/doc/arch-design-draft/source/conf.py +++ b/doc/arch-design-draft/source/conf.py @@ -71,7 +71,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design-draft/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design-draft/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/arch-design/source/conf.py b/doc/arch-design/source/conf.py index 2d6dc6e2a8..645017e4d9 100644 --- a/doc/arch-design/source/conf.py +++ b/doc/arch-design/source/conf.py @@ -71,7 +71,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design-rst/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design-rst/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/cli-reference/source/conf.py b/doc/cli-reference/source/conf.py index 46bca313fc..5e620e22b6 100644 --- a/doc/cli-reference/source/conf.py +++ b/doc/cli-reference/source/conf.py @@ -77,7 +77,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/cli-reference/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/cli-reference/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/common/source/conf.py b/doc/common/source/conf.py index ca327c6e0c..8faa5e06af 100644 --- a/doc/common/source/conf.py +++ b/doc/common/source/conf.py @@ -73,7 +73,7 @@ release = '1.0.0' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/common/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/common/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/config-reference/source/block-storage/drivers/huawei-storage-driver.rst b/doc/config-reference/source/block-storage/drivers/huawei-storage-driver.rst index e6a6f1f318..6f082ba598 100644 --- a/doc/config-reference/source/block-storage/drivers/huawei-storage-driver.rst +++ b/doc/config-reference/source/block-storage/drivers/huawei-storage-driver.rst @@ -87,7 +87,7 @@ Block Storage driver installation and deployment used, make corresponding changes to the driver path. #. Copy `the Block Storage driver - `_ + `_ to the Block Storage driver installation directory. Refer to step 1 to find the default directory. diff --git a/doc/config-reference/source/conf.py b/doc/config-reference/source/conf.py index d4bd51c255..8e3f575b6c 100644 --- a/doc/config-reference/source/conf.py +++ b/doc/config-reference/source/conf.py @@ -77,7 +77,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/contributor-guide/source/api-guides.rst b/doc/contributor-guide/source/api-guides.rst index 927ab3eddc..abadfdbc09 100644 --- a/doc/contributor-guide/source/api-guides.rst +++ b/doc/contributor-guide/source/api-guides.rst @@ -38,8 +38,8 @@ If your project does not have any documentation, you can find a suggested outline in the `API documentation guidelines`_. The Compute project has examples to follow: -* http://git.openstack.org/cgit/openstack/nova/tree/api-guide -* http://git.openstack.org/cgit/openstack/nova/tree/api-ref +* https://git.openstack.org/cgit/openstack/nova/tree/api-guide +* https://git.openstack.org/cgit/openstack/nova/tree/api-ref For service names, you must adhere to the official name for the service as indicated in the governance repository in the ``reference/projects.yaml`` @@ -154,5 +154,5 @@ documentation, patch the ``reference/projects.yaml`` file in the .. _`example patch`: https://review.openstack.org/#/c/233446/ .. _`API documentation guidelines`: https://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html .. _`nova example`: https://github.com/openstack/nova/blob/master/api-ref/source/conf.py -.. _`openstack/api-site repository`: http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source/index.rst -.. _`openstack/governance repository`: http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml +.. _`openstack/api-site repository`: https://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source/index.rst +.. _`openstack/governance repository`: https://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml diff --git a/doc/contributor-guide/source/blueprints-and-specs.rst b/doc/contributor-guide/source/blueprints-and-specs.rst index ed69241992..dc83806364 100644 --- a/doc/contributor-guide/source/blueprints-and-specs.rst +++ b/doc/contributor-guide/source/blueprints-and-specs.rst @@ -8,7 +8,7 @@ Blueprints and specifications ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Documentation team uses specifications in the `docs-specs repository -`_ to maintain large +`_ to maintain large changes. Approved specifications are published at `Documentation Program Specifications `_. For tracking purposes, a blueprint is created for each specification. It is @@ -77,23 +77,23 @@ process for multiple distributions based on the following packaging systems: - Target location * - Installation Tutorial for openSUSE and SUSE Linux Enterprise Server - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide - https://docs.openstack.org/newton/install-guide-obs/ * - Installation Tutorial for Red Hat Enterprise Linux and CentOS - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide - https://docs.openstack.org/newton/install-guide-rdo/ * - Installation Tutorial for Ubuntu 16.04 (LTS) - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide - https://docs.openstack.org/newton/install-guide-ubuntu/ * - Installation Tutorial For Debian With Debconf - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide - https://docs.openstack.org/newton/install-guide-debconf/ * - Installation Tutorial For Debian - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide - https://docs.openstack.org/newton/install-guide-debian/ Guides for deployers and administrators @@ -116,11 +116,11 @@ Guides for deployers and administrators - Target location * - Configuration Reference - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference - https://docs.openstack.org/newton/config-reference/ * - OpenStack Networking Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/networking-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/networking-guide - https://docs.openstack.org/newton/networking-guide/ Continuously released documentation @@ -164,23 +164,23 @@ Guides for deployers and administrators - Target location * - OpenStack Architecture Design Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/arch-design - https://docs.openstack.org/arch-design/ * - OpenStack Administrator Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/admin-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/admin-guide - https://docs.openstack.org/admin-guide/ * - OpenStack High Availability Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ha-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ha-guide - https://docs.openstack.org/ha-guide/ * - OpenStack Security Guide - - http://git.openstack.org/cgit/openstack/security-doc/tree/security-guide + - https://git.openstack.org/cgit/openstack/security-doc/tree/security-guide - https://docs.openstack.org/security-guide/ * - OpenStack Virtual Machine Image Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide - https://docs.openstack.org/image-guide/ Guides for end users @@ -205,15 +205,15 @@ Guides for end users - Target location * - OpenStack End User Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide - https://docs.openstack.org/user-guide/ * - OpenStack API Guide - - http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start + - https://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start - https://developer.openstack.org/api-guide/quick-start/ * - OpenStack Command-Line Interface Reference - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/cli-reference + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/cli-reference - https://docs.openstack.org/cli-reference/ API documentation @@ -247,7 +247,7 @@ Generally, the https://docs.openstack.org/developer/ documentation is meant for contributors to OpenStack projects. Each project's repo has a ``doc/source`` directory where RST source files are stored. They are built automatically with Sphinx when the patch is merged. For example, see -http://git.openstack.org/cgit/openstack/horizon/tree/doc/source for the +https://git.openstack.org/cgit/openstack/horizon/tree/doc/source for the horizon contributor documentation source and https://docs.openstack.org/developer/horizon/ for the built documentation. @@ -267,25 +267,25 @@ for the built documentation. - Target location * - Documentation Contributor Guide - - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/contributor-guide + - https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/contributor-guide - https://docs.openstack.org/contributor-guide/ * - Python Developer Documentation - - http://git.openstack.org/cgit/openstack//tree/master/doc/source/, - such as http://git.openstack.org/cgit/openstack/nova/tree/doc/source + - https://git.openstack.org/cgit/openstack//tree/master/doc/source/, + such as https://git.openstack.org/cgit/openstack/nova/tree/doc/source - https://docs.openstack.org/developer/openstack-projects.html * - Language Bindings and Python Clients - - http://git.openstack.org/cgit/openstack/python-client/tree/master/doc/source/, - such as http://git.openstack.org/cgit/openstack/python-novaclient/tree/doc/source + - https://git.openstack.org/cgit/openstack/python-client/tree/master/doc/source/, + such as https://git.openstack.org/cgit/openstack/python-novaclient/tree/doc/source - https://docs.openstack.org/developer/language-bindings.html * - OpenStack Project Infrastructure - - http://git.openstack.org/cgit/openstack-infra/system-config/tree/doc/source + - https://git.openstack.org/cgit/openstack-infra/system-config/tree/doc/source - https://docs.openstack.org/infra/system-config/ * - Tempest Testing Project - - http://git.openstack.org/cgit/openstack/tempest/tree/doc/source + - https://git.openstack.org/cgit/openstack/tempest/tree/doc/source - https://docs.openstack.org/developer/tempest/ Guides for contributors diff --git a/doc/contributor-guide/source/conf.py b/doc/contributor-guide/source/conf.py index 30af94ccd8..88795af0df 100644 --- a/doc/contributor-guide/source/conf.py +++ b/doc/contributor-guide/source/conf.py @@ -75,7 +75,7 @@ release = '1.0.0' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/contributor-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/contributor-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/contributor-guide/source/docs-builds.rst b/doc/contributor-guide/source/docs-builds.rst index 195bfda3a9..7c2ec939bc 100644 --- a/doc/contributor-guide/source/docs-builds.rst +++ b/doc/contributor-guide/source/docs-builds.rst @@ -8,7 +8,7 @@ Building output locally ~~~~~~~~~~~~~~~~~~~~~~~ The openstack-manuals project uses a `tox.ini -`_ +`_ file with specific sections that run jobs using the `Tox `_ tool, a virtualenv-based automation of test activities. @@ -183,7 +183,7 @@ Build jobs ~~~~~~~~~~ The build jobs for documentation are stored in the -http://git.openstack.org/cgit/openstack-infra/project-config +https://git.openstack.org/cgit/openstack-infra/project-config repository. The :file:`zuul/layout.yaml` file and the ``jenkins/jobs/manual-jobs.yaml`` or ``jenkins/jobs/api-jobs.yaml`` file contain the Jenkins build jobs that build to the docs.openstack.org diff --git a/doc/contributor-guide/source/project-deploy-guide.rst b/doc/contributor-guide/source/project-deploy-guide.rst index ff53585acd..ead56caf9e 100644 --- a/doc/contributor-guide/source/project-deploy-guide.rst +++ b/doc/contributor-guide/source/project-deploy-guide.rst @@ -53,7 +53,7 @@ Setting up #. Add the Python package ``openstackdocstheme`` to the ``test-requirements.txt`` file. Copy the exact requirement line from the `global file - `_: + `_: .. code-block:: none diff --git a/doc/contributor-guide/source/project-install-guide.rst b/doc/contributor-guide/source/project-install-guide.rst index 52456104c8..403d2ecb78 100644 --- a/doc/contributor-guide/source/project-install-guide.rst +++ b/doc/contributor-guide/source/project-install-guide.rst @@ -51,7 +51,7 @@ Set up project specific installation guides: #. Add the python package ``openstackdocstheme`` to the ``test-requirements.txt`` file. Copy the exact requirement line from the `global file - `_: + `_: .. code-block:: none diff --git a/doc/contributor-guide/source/rst-conv/source-code.rst b/doc/contributor-guide/source/rst-conv/source-code.rst index 6f5c803dcb..88ebe9b61c 100644 --- a/doc/contributor-guide/source/rst-conv/source-code.rst +++ b/doc/contributor-guide/source/rst-conv/source-code.rst @@ -138,7 +138,7 @@ content from a remote URL (``http`` or ``https``). .. path /path/to/config/file .. remote-code-block:: ini - http://git.openstack.org/cgit/openstack/nova/tree/etc/nova/api-paste.ini?h=stable/newton + https://git.openstack.org/cgit/openstack/nova/tree/etc/nova/api-paste.ini?h=stable/newton .. end diff --git a/doc/contributor-guide/source/writing-style/openstack-components.rst b/doc/contributor-guide/source/writing-style/openstack-components.rst index 8669fcc1df..7f5ffbe042 100644 --- a/doc/contributor-guide/source/writing-style/openstack-components.rst +++ b/doc/contributor-guide/source/writing-style/openstack-components.rst @@ -18,5 +18,5 @@ For more information, see `Service and Project Naming in OpenStack Technical Committee governance documents. The official source for services and project names is in the -`projects.yaml `_ +`projects.yaml `_ file in the ``openstack/governance`` repository. diff --git a/doc/ha-guide/source/conf.py b/doc/ha-guide/source/conf.py index d4fd00c099..4c40be5940 100644 --- a/doc/ha-guide/source/conf.py +++ b/doc/ha-guide/source/conf.py @@ -71,7 +71,7 @@ release = '0.0.1' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ha-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ha-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/image-guide/source/conf.py b/doc/image-guide/source/conf.py index a46f7aeef0..d2cc757b64 100644 --- a/doc/image-guide/source/conf.py +++ b/doc/image-guide/source/conf.py @@ -71,7 +71,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/install-guide-debconf/source/conf.py b/doc/install-guide-debconf/source/conf.py index ff3e3a9657..4feea25b78 100644 --- a/doc/install-guide-debconf/source/conf.py +++ b/doc/install-guide-debconf/source/conf.py @@ -72,7 +72,7 @@ release = '0.1' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide-debconf/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide-debconf/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/install-guide/source/conf.py b/doc/install-guide/source/conf.py index bbe1ed6923..8d2432db0d 100644 --- a/doc/install-guide/source/conf.py +++ b/doc/install-guide/source/conf.py @@ -72,7 +72,7 @@ release = '0.1' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/networking-guide/source/conf.py b/doc/networking-guide/source/conf.py index f53cbe65ef..32b3476cd4 100644 --- a/doc/networking-guide/source/conf.py +++ b/doc/networking-guide/source/conf.py @@ -71,7 +71,7 @@ release = '0.9' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/networking-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/networking-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/networking-guide/source/config-lbaas.rst b/doc/networking-guide/source/config-lbaas.rst index 0b38daa355..e56d698fd8 100644 --- a/doc/networking-guide/source/config-lbaas.rst +++ b/doc/networking-guide/source/config-lbaas.rst @@ -173,7 +173,7 @@ The Dashboard panels for managing LBaaS v2 are available starting with the Mitaka release. #. Clone the `neutron-lbaas-dashboard repository - `__ + `__ and check out the release branch that matches the installed version of Dashboard: diff --git a/doc/ops-guide/source/conf.py b/doc/ops-guide/source/conf.py index 3444297f73..6bf86b87a8 100644 --- a/doc/ops-guide/source/conf.py +++ b/doc/ops-guide/source/conf.py @@ -71,7 +71,7 @@ release = '0.0.1' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ops-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ops-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/doc/user-guide/source/conf.py b/doc/user-guide/source/conf.py index 01cc02dfdd..196a0ba9b5 100644 --- a/doc/user-guide/source/conf.py +++ b/doc/user-guide/source/conf.py @@ -73,7 +73,7 @@ release = '1.0.0' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag,