diff --git a/HACKING.rst b/HACKING.rst index 7d5ef11bd9..f1a2436697 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Kolla Style Commandments ============================ - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/developer/hacking/ - Step 2: Read on diff --git a/README.rst b/README.rst index 88333468e0..3cd2341de5 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Getting Started =============== Learn about Kolla by reading the documentation online -`docs.openstack.org `__. +`docs.openstack.org `__. Get started by reading the `Kolla Ansible Developer Quickstart `__ @@ -60,7 +60,7 @@ The `Docker images `__ are built by the Kolla project maintainers. A detailed process for contributing to the images can be found in the `image building -guide `__. +guide `__. The Kolla developers build images in the `kolla` namespace for every tagged release. @@ -75,46 +75,46 @@ OpenStack services Kolla provides images to deploy the following OpenStack projects: -- `Aodh `__ -- `Barbican `__ -- `Bifrost `__ -- `Ceilometer `__ -- `Cinder `__ -- `CloudKitty `__ -- `Congress `__ -- `Designate `__ -- `Dragonflow `__ +- `Aodh `__ +- `Barbican `__ +- `Bifrost `__ +- `Ceilometer `__ +- `Cinder `__ +- `CloudKitty `__ +- `Congress `__ +- `Designate `__ +- `Dragonflow `__ - `Freezer `__ -- `Glance `__ -- `Heat `__ -- `Horizon `__ -- `Ironic `__ -- `Karbor `__ -- `Keystone `__ -- `Kuryr `__ -- `Magnum `__ -- `Manila `__ -- `Mistral `__ -- `Monasca `__ -- `Murano `__ -- `Neutron `__ -- `Nova `__ -- `Octavia `__ -- `Panko `__ -- `Rally `__ -- `Sahara `__ -- `Searchlight `__ -- `Senlin `__ -- `Solum `__ -- `Swift `__ -- `Tacker `__ -- `Tempest `__ -- `Trove `__ -- `Vitrage `__ +- `Glance `__ +- `Heat `__ +- `Horizon `__ +- `Ironic `__ +- `Karbor `__ +- `Keystone `__ +- `Kuryr `__ +- `Magnum `__ +- `Manila `__ +- `Mistral `__ +- `Monasca `__ +- `Murano `__ +- `Neutron `__ +- `Nova `__ +- `Octavia `__ +- `Panko `__ +- `Rally `__ +- `Sahara `__ +- `Searchlight `__ +- `Senlin `__ +- `Solum `__ +- `Swift `__ +- `Tacker `__ +- `Tempest `__ +- `Trove `__ +- `Vitrage `__ - `Vmtp `__ -- `Watcher `__ -- `Zaqar `__ -- `Zun `__ +- `Watcher `__ +- `Zaqar `__ +- `Zun `__ Infrastructure components ------------------------- @@ -170,7 +170,7 @@ Getting Involved Need a feature? Find a bug? Let us know! Contributions are much appreciated and should follow the standard `Gerrit -workflow `__. +workflow `__. - We communicate using the #openstack-kolla irc channel. - File bugs, blueprints, track releases, etc on diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst index 504d9b12ab..fc6d81d7f9 100644 --- a/doc/CONTRIBUTING.rst +++ b/doc/CONTRIBUTING.rst @@ -31,7 +31,7 @@ Please use the existing sandbox repository, available at https://git.openstack.org/cgit/openstack-dev/sandbox, for learning, understanding and testing the `Gerrit Workflow`_. -.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow Adding a new service ==================== @@ -61,7 +61,7 @@ processes generally use a base image and child images, e.g. ``glance-base``, Jinja2 'blocks' are employed throughout the Dockerfile's to help operators customise various stages of the build (refer to -http://docs.openstack.org/developer/kolla/image-building.html?highlight=override#dockerfile-customisation) +https://docs.openstack.org/developer/kolla/image-building.html?highlight=override#dockerfile-customisation) Some of these blocks are free form however, there are a subset that should be common to every Dockerfile. The overall structure for a multi container service diff --git a/doc/index.rst b/doc/index.rst index 54e6202129..34ec34c04f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -24,8 +24,8 @@ for operating OpenStack clouds. This documentation is for the Kolla container images. The following subprojects are available to help deploy Kolla: -* `kolla-ansible `_ -* `kolla-kubernetes `_ +* `kolla-ansible `_ +* `kolla-kubernetes `_ Site Notes ========== @@ -35,7 +35,7 @@ the project at any specific prior release. To access documentation for a previous release of kolla, append the OpenStack release name to the URL, for example: - http://docs.openstack.org/developer/kolla/mitaka/ + https://docs.openstack.org/developer/kolla/mitaka/ Kolla Overview diff --git a/doc/running-tests.rst b/doc/running-tests.rst index 16d830b014..e87127cfe3 100644 --- a/doc/running-tests.rst +++ b/doc/running-tests.rst @@ -108,9 +108,9 @@ Then run ``tox`` with the debug environment as one of the following:: tox -e debug test_file_name.TestClass.test_name For more information see the `oslotest documentation -`_. +`_. .. rubric:: Footnotes -.. [#f1] See http://docs.openstack.org/infra/system-config/jenkins.html +.. [#f1] See https://docs.openstack.org/infra/system-config/jenkins.html diff --git a/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml b/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml index b9557e9fb6..508d136b41 100644 --- a/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml +++ b/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml @@ -2,7 +2,7 @@ prelude: > In Newton cycle we included means to change various things in Kolla images using override file. Full customization guide can be found here - http://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation + https://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation features: - Customization mechanism for dockerfile - Customization implemented in most of OpenStack services diff --git a/setup.cfg b/setup.cfg index 647a0a74a7..4eefef9691 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/kolla/ +home-page = https://docs.openstack.org/developer/kolla/ license = Apache License, Version 2.0 classifier = Environment :: OpenStack diff --git a/specs/containerize-openstack.rst b/specs/containerize-openstack.rst index 89f2e71bc4..d9b8acfe63 100644 --- a/specs/containerize-openstack.rst +++ b/specs/containerize-openstack.rst @@ -195,7 +195,7 @@ applied to every packet forwarded and returned by docker-proxy. If EXPOSE functionality is desired, it can be added back by referencing the default list of OpenStack ports to each Dockerfile: - http://docs.openstack.org/trunk/config-reference/content/firewalls-default-ports.html + https://docs.openstack.org/trunk/config-reference/content/firewalls-default-ports.html We will use the docker flag --restart=always to provide some measure of high availability for the individual containers and ensure they operate