Use https instead of http for git.openstack.org
Change-Id: I0b76dd67854bd354435a56294c67667eeee1bebd
This commit is contained in:
parent
38207463ca
commit
380069d9da
@ -200,7 +200,7 @@ to work with OpenStack.
|
|||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Nova in tree EC2-compatible API is deprecated.
|
Nova in tree EC2-compatible API is deprecated.
|
||||||
The `ec2-api project <http://git.openstack.org/cgit/openstack/ec2-api/>`_
|
The `ec2-api project <https://git.openstack.org/cgit/openstack/ec2-api/>`_
|
||||||
is working to implement the EC2 API.
|
is working to implement the EC2 API.
|
||||||
|
|
||||||
You can use numerous third-party tools and language-specific SDKs to
|
You can use numerous third-party tools and language-specific SDKs to
|
||||||
|
@ -72,7 +72,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -71,7 +71,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -71,7 +71,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -77,7 +77,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -73,7 +73,7 @@ release = '1.0.0'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -87,7 +87,7 @@ Block Storage driver installation and deployment
|
|||||||
used, make corresponding changes to the driver path.
|
used, make corresponding changes to the driver path.
|
||||||
|
|
||||||
#. Copy `the Block Storage driver
|
#. Copy `the Block Storage driver
|
||||||
<http://git.openstack.org/cgit/openstack/cinder/tree/cinder/volume/drivers/huawei?h=stable/newton>`_
|
<https://git.openstack.org/cgit/openstack/cinder/tree/cinder/volume/drivers/huawei?h=stable/newton>`_
|
||||||
to the Block Storage driver installation directory.
|
to the Block Storage driver installation directory.
|
||||||
Refer to step 1 to find the default directory.
|
Refer to step 1 to find the default directory.
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -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
|
outline in the `API documentation guidelines`_. The Compute project has
|
||||||
examples to follow:
|
examples to follow:
|
||||||
|
|
||||||
* http://git.openstack.org/cgit/openstack/nova/tree/api-guide
|
* https://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-ref
|
||||||
|
|
||||||
For service names, you must adhere to the official name for the service as
|
For service names, you must adhere to the official name for the service as
|
||||||
indicated in the governance repository in the ``reference/projects.yaml``
|
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/
|
.. _`example patch`: https://review.openstack.org/#/c/233446/
|
||||||
.. _`API documentation guidelines`: https://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html
|
.. _`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
|
.. _`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/api-site repository`: https://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/governance repository`: https://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml
|
||||||
|
@ -8,7 +8,7 @@ Blueprints and specifications
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The Documentation team uses specifications in the `docs-specs repository
|
The Documentation team uses specifications in the `docs-specs repository
|
||||||
<http://git.openstack.org/cgit/openstack/docs-specs>`_ to maintain large
|
<https://git.openstack.org/cgit/openstack/docs-specs>`_ to maintain large
|
||||||
changes. Approved specifications are published at `Documentation Program
|
changes. Approved specifications are published at `Documentation Program
|
||||||
Specifications <https://specs.openstack.org/openstack/docs-specs>`_.
|
Specifications <https://specs.openstack.org/openstack/docs-specs>`_.
|
||||||
For tracking purposes, a blueprint is created for each specification. It is
|
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
|
- Target location
|
||||||
|
|
||||||
* - Installation Tutorial for openSUSE and SUSE Linux Enterprise Server
|
* - 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/
|
- https://docs.openstack.org/newton/install-guide-obs/
|
||||||
|
|
||||||
* - Installation Tutorial for Red Hat Enterprise Linux and CentOS
|
* - 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/
|
- https://docs.openstack.org/newton/install-guide-rdo/
|
||||||
|
|
||||||
* - Installation Tutorial for Ubuntu 16.04 (LTS)
|
* - 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/
|
- https://docs.openstack.org/newton/install-guide-ubuntu/
|
||||||
|
|
||||||
* - Installation Tutorial For Debian With Debconf
|
* - 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/
|
- https://docs.openstack.org/newton/install-guide-debconf/
|
||||||
|
|
||||||
* - Installation Tutorial For Debian
|
* - 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/
|
- https://docs.openstack.org/newton/install-guide-debian/
|
||||||
|
|
||||||
Guides for deployers and administrators
|
Guides for deployers and administrators
|
||||||
@ -116,11 +116,11 @@ Guides for deployers and administrators
|
|||||||
- Target location
|
- Target location
|
||||||
|
|
||||||
* - Configuration Reference
|
* - 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/
|
- https://docs.openstack.org/newton/config-reference/
|
||||||
|
|
||||||
* - OpenStack Networking Guide
|
* - 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/
|
- https://docs.openstack.org/newton/networking-guide/
|
||||||
|
|
||||||
Continuously released documentation
|
Continuously released documentation
|
||||||
@ -164,23 +164,23 @@ Guides for deployers and administrators
|
|||||||
- Target location
|
- Target location
|
||||||
|
|
||||||
* - OpenStack Architecture Design Guide
|
* - 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/
|
- https://docs.openstack.org/arch-design/
|
||||||
|
|
||||||
* - OpenStack Administrator Guide
|
* - 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/
|
- https://docs.openstack.org/admin-guide/
|
||||||
|
|
||||||
* - OpenStack High Availability 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/
|
- https://docs.openstack.org/ha-guide/
|
||||||
|
|
||||||
* - OpenStack Security 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/
|
- https://docs.openstack.org/security-guide/
|
||||||
|
|
||||||
* - OpenStack Virtual Machine Image 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/
|
- https://docs.openstack.org/image-guide/
|
||||||
|
|
||||||
Guides for end users
|
Guides for end users
|
||||||
@ -205,15 +205,15 @@ Guides for end users
|
|||||||
- Target location
|
- Target location
|
||||||
|
|
||||||
* - OpenStack End User Guide
|
* - 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/
|
- https://docs.openstack.org/user-guide/
|
||||||
|
|
||||||
* - OpenStack API 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/
|
- https://developer.openstack.org/api-guide/quick-start/
|
||||||
|
|
||||||
* - OpenStack Command-Line Interface Reference
|
* - 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/
|
- https://docs.openstack.org/cli-reference/
|
||||||
|
|
||||||
API documentation
|
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
|
for contributors to OpenStack projects. Each project's repo has a
|
||||||
``doc/source`` directory where RST source files are stored. They are built
|
``doc/source`` directory where RST source files are stored. They are built
|
||||||
automatically with Sphinx when the patch is merged. For example, see
|
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/
|
horizon contributor documentation source and https://docs.openstack.org/developer/horizon/
|
||||||
for the built documentation.
|
for the built documentation.
|
||||||
|
|
||||||
@ -267,25 +267,25 @@ for the built documentation.
|
|||||||
- Target location
|
- Target location
|
||||||
|
|
||||||
* - Documentation Contributor Guide
|
* - 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/
|
- https://docs.openstack.org/contributor-guide/
|
||||||
|
|
||||||
* - Python Developer Documentation
|
* - Python Developer Documentation
|
||||||
- http://git.openstack.org/cgit/openstack/<project>/tree/master/doc/source/,
|
- https://git.openstack.org/cgit/openstack/<project>/tree/master/doc/source/,
|
||||||
such as http://git.openstack.org/cgit/openstack/nova/tree/doc/source
|
such as https://git.openstack.org/cgit/openstack/nova/tree/doc/source
|
||||||
- https://docs.openstack.org/developer/openstack-projects.html
|
- https://docs.openstack.org/developer/openstack-projects.html
|
||||||
|
|
||||||
* - Language Bindings and Python Clients
|
* - Language Bindings and Python Clients
|
||||||
- http://git.openstack.org/cgit/openstack/python-<project>client/tree/master/doc/source/,
|
- https://git.openstack.org/cgit/openstack/python-<project>client/tree/master/doc/source/,
|
||||||
such as http://git.openstack.org/cgit/openstack/python-novaclient/tree/doc/source
|
such as https://git.openstack.org/cgit/openstack/python-novaclient/tree/doc/source
|
||||||
- https://docs.openstack.org/developer/language-bindings.html
|
- https://docs.openstack.org/developer/language-bindings.html
|
||||||
|
|
||||||
* - OpenStack Project Infrastructure
|
* - 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/
|
- https://docs.openstack.org/infra/system-config/
|
||||||
|
|
||||||
* - Tempest Testing Project
|
* - 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/
|
- https://docs.openstack.org/developer/tempest/
|
||||||
|
|
||||||
Guides for contributors
|
Guides for contributors
|
||||||
|
@ -75,7 +75,7 @@ release = '1.0.0'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -8,7 +8,7 @@ Building output locally
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The openstack-manuals project uses a `tox.ini
|
The openstack-manuals project uses a `tox.ini
|
||||||
<http://git.openstack.org/cgit/openstack/openstack-manuals/tree/tox.ini>`_
|
<https://git.openstack.org/cgit/openstack/openstack-manuals/tree/tox.ini>`_
|
||||||
file with specific sections that run jobs using the `Tox
|
file with specific sections that run jobs using the `Tox
|
||||||
<https://tox.readthedocs.org/en/latest/>`_ tool, a virtualenv-based
|
<https://tox.readthedocs.org/en/latest/>`_ tool, a virtualenv-based
|
||||||
automation of test activities.
|
automation of test activities.
|
||||||
@ -183,7 +183,7 @@ Build jobs
|
|||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
The build jobs for documentation are stored in the
|
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
|
repository. The :file:`zuul/layout.yaml` file and the
|
||||||
``jenkins/jobs/manual-jobs.yaml`` or ``jenkins/jobs/api-jobs.yaml``
|
``jenkins/jobs/manual-jobs.yaml`` or ``jenkins/jobs/api-jobs.yaml``
|
||||||
file contain the Jenkins build jobs that build to the docs.openstack.org
|
file contain the Jenkins build jobs that build to the docs.openstack.org
|
||||||
|
@ -53,7 +53,7 @@ Setting up
|
|||||||
#. Add the Python package ``openstackdocstheme`` to the
|
#. Add the Python package ``openstackdocstheme`` to the
|
||||||
``test-requirements.txt`` file. Copy the exact requirement line from the
|
``test-requirements.txt`` file. Copy the exact requirement line from the
|
||||||
`global file
|
`global file
|
||||||
<http://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt>`_:
|
<https://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt>`_:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ Set up project specific installation guides:
|
|||||||
#. Add the python package ``openstackdocstheme`` to the
|
#. Add the python package ``openstackdocstheme`` to the
|
||||||
``test-requirements.txt`` file. Copy the exact requirement line from the
|
``test-requirements.txt`` file. Copy the exact requirement line from the
|
||||||
`global file
|
`global file
|
||||||
<http://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt>`_:
|
<https://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt>`_:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ content from a remote URL (``http`` or ``https``).
|
|||||||
.. path /path/to/config/file
|
.. path /path/to/config/file
|
||||||
.. remote-code-block:: ini
|
.. 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
|
.. end
|
||||||
|
|
||||||
|
@ -18,5 +18,5 @@ For more information, see `Service and Project Naming
|
|||||||
in OpenStack Technical Committee governance documents.
|
in OpenStack Technical Committee governance documents.
|
||||||
|
|
||||||
The official source for services and project names is in the
|
The official source for services and project names is in the
|
||||||
`projects.yaml <http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml>`_
|
`projects.yaml <https://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml>`_
|
||||||
file in the ``openstack/governance`` repository.
|
file in the ``openstack/governance`` repository.
|
||||||
|
@ -71,7 +71,7 @@ release = '0.0.1'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -71,7 +71,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -72,7 +72,7 @@ release = '0.1'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -72,7 +72,7 @@ release = '0.1'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -71,7 +71,7 @@ release = '0.9'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -173,7 +173,7 @@ The Dashboard panels for managing LBaaS v2 are available starting with the
|
|||||||
Mitaka release.
|
Mitaka release.
|
||||||
|
|
||||||
#. Clone the `neutron-lbaas-dashboard repository
|
#. Clone the `neutron-lbaas-dashboard repository
|
||||||
<http://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__
|
<https://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__
|
||||||
and check out the release
|
and check out the release
|
||||||
branch that matches the installed version of Dashboard:
|
branch that matches the installed version of Dashboard:
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ release = '0.0.1'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
@ -73,7 +73,7 @@ release = '1.0.0'
|
|||||||
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# 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' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user