diff --git a/doc/source/reference/manila-guide.rst b/doc/source/reference/manila-guide.rst index fd1742f793..475f4c4946 100644 --- a/doc/source/reference/manila-guide.rst +++ b/doc/source/reference/manila-guide.rst @@ -108,7 +108,7 @@ Create a manila share server image to the Image service: .. code-block:: console - # wget http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 + # wget https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 # glance image-create --name "manila-service-image" \ --file manila-service-image-master.qcow2 \ --disk-format qcow2 --container-format bare \ diff --git a/specs/containerize-openstack.rst b/specs/containerize-openstack.rst index 89f2e71bc4..f32635b3ef 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/liberty/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 diff --git a/specs/high-availability.rst b/specs/high-availability.rst index afe33d5b0d..bc4e01b66d 100644 --- a/specs/high-availability.rst +++ b/specs/high-availability.rst @@ -54,7 +54,7 @@ not to. It appears that [Nova][] has recently fixed the issue and [Neutron][] is making progress [documented]: https://github.com/openstack/nova/blob/da59d3228125d7e7427c0ba70180db17c597e8fb/nova/openstack/common/db/sqlalchemy/session.py#L180-196 -[Nova]: http://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/lock-free-quota-management.html +[Nova]: https://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/lock-free-quota-management.html [Neutron]: https://bugs.launchpad.net/neutron/+bug/1364358 https://bugs.launchpad.net/neutron/+bug/1331564 Testing should be performed as part of the Galera implementation to verify