diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d5df1abc30..33fd45944f 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
- http://docs.openstack.org/infra/manual/developers.html
+ https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
diff --git a/doc/source/install/developer/minikube.rst b/doc/source/install/developer/minikube.rst
index cf68f885ee..646b9c8984 100644
--- a/doc/source/install/developer/minikube.rst
+++ b/doc/source/install/developer/minikube.rst
@@ -24,7 +24,7 @@ that matches your Kubernetes deployment.
**Kubernetes Minikube:** Ensure that you have installed a recent version
of
-`Kubernetes/Minikube `__.
+`Kubernetes/Minikube `__.
**Kubernetes Helm:** Install a recent version of
`Kubernetes/Helm `__:
diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst
index f824877d4f..e0be767817 100644
--- a/doc/source/install/multinode.rst
+++ b/doc/source/install/multinode.rst
@@ -7,7 +7,7 @@ Overview
In order to drive towards a production-ready Openstack solution, our
goal is to provide containerized, yet stable `persistent
-volumes `_
+volumes `_
that Kubernetes can use to schedule applications that require state,
such as MariaDB (Galera). Although we assume that the project should
provide a “batteries included” approach towards persistent storage, we
@@ -31,7 +31,7 @@ comments, please create an `issue
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| **Calico** | `v2.1 `_ | `calicoct v1.1 `_ |
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
- | **Docker** | `v1.12.6 `_ | `Per kubeadm Instructions `_ |
+ | **Docker** | `v1.12.6 `_ | `Per kubeadm Instructions `_ |
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
Other versions and considerations (such as other CNI SDN providers),
diff --git a/doc/source/operator/troubleshooting/database.rst b/doc/source/operator/troubleshooting/database.rst
index 8d74eb4727..62da6b1f65 100644
--- a/doc/source/operator/troubleshooting/database.rst
+++ b/doc/source/operator/troubleshooting/database.rst
@@ -13,7 +13,7 @@ Galera Cluster
MariaDB is a ``StatefulSet`` (``PetSets`` have been retired in
Kubernetes v1.5.0). As such, it initiates a 'seed' which is used to
deploy MariaDB members via `affinity/anti-affinity
-`__
+`__
features. Ceph uses this as well. So what you will notice is the
following behavior:
diff --git a/setup.cfg b/setup.cfg
index d6ec907d9c..4d780a87c0 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://www.openstack.org/
+home-page = https://www.openstack.org/
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License