Replacing the HTTP protocal with HTTPS
Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
This commit is contained in:
parent
9346cd2381
commit
a3da494883
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user