diff --git a/HACKING.rst b/HACKING.rst index f1a2436697..7f12b005c7 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Kolla Style Commandments ============================ - Step 1: Read the OpenStack Style Commandments - https://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on diff --git a/README.rst b/README.rst index 889abc04e6..45c56a7baf 100644 --- a/README.rst +++ b/README.rst @@ -35,12 +35,12 @@ 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 `__ +Quickstart `__ or the `Kolla Kubernetes Developer -Quickstart `__. +Quickstart `__. The Kolla Repository ==================== @@ -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,47 +75,47 @@ OpenStack services Kolla provides images to deploy the following OpenStack projects: -- `Aodh `__ -- `Barbican `__ -- `Bifrost `__ +- `Aodh `__ +- `Barbican `__ +- `Bifrost `__ - `Blazar `__ -- `Ceilometer `__ -- `Cinder `__ -- `CloudKitty `__ -- `Congress `__ -- `Designate `__ -- `Dragonflow `__ +- `Ceilometer `__ +- `Cinder `__ +- `CloudKitty `__ +- `Congress `__ +- `Designate `__ +- `Dragonflow `__ - `Freezer `__ -- `Glance `__ -- `Heat `__ -- `Horizon `__ -- `Ironic `__ -- `Karbor `__ -- `Keystone `__ -- `Kuryr `__ -- `Magnum `__ -- `Manila `__ -- `Mistral `__ +- `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 `__ +- `Murano `__ +- `Neutron `__ +- `Nova `__ +- `Octavia `__ +- `Panko `__ +- `Rally `__ +- `Sahara `__ +- `Searchlight `__ +- `Senlin `__ +- `Solum `__ +- `Swift `__ +- `Tacker `__ +- `Tempest `__ +- `Trove `__ +- `Vitrage `__ - `Vmtp `__ -- `Watcher `__ -- `Zaqar `__ -- `Zun `__ +- `Watcher `__ +- `Zaqar `__ +- `Zun `__ Infrastructure components ------------------------- diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst index fc6d81d7f9..47aea8e043 100644 --- a/doc/CONTRIBUTING.rst +++ b/doc/CONTRIBUTING.rst @@ -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 -https://docs.openstack.org/developer/kolla/image-building.html?highlight=override#dockerfile-customisation) +https://docs.openstack.org/kolla/latest/image-building.html#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 34ec34c04f..dafbca5167 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: - https://docs.openstack.org/developer/kolla/mitaka/ + https://docs.openstack.org/kolla/mitaka/ Kolla Overview diff --git a/doc/running-tests.rst b/doc/running-tests.rst index 4e6f688afb..e60671c9f9 100644 --- a/doc/running-tests.rst +++ b/doc/running-tests.rst @@ -108,7 +108,7 @@ 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 diff --git a/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml b/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml index 508d136b41..9c101529ca 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 - https://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation + https://docs.openstack.org/kolla/latest/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 b1825339e0..9e25404db1 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 = https://docs.openstack.org/developer/kolla/ +home-page = https://docs.openstack.org/kolla/latest/ license = Apache License, Version 2.0 classifier = Environment :: OpenStack