Replacing the HTTP protocal with HTTPS

Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
This commit is contained in:
zhouxinyong 2018-11-14 04:00:01 +08:00
parent 9346cd2381
commit a3da494883
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ Create a manila share server image to the Image service:
.. code-block:: console .. 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" \ # glance image-create --name "manila-service-image" \
--file manila-service-image-master.qcow2 \ --file manila-service-image-master.qcow2 \
--disk-format qcow2 --container-format bare \ --disk-format qcow2 --container-format bare \

View File

@ -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 If EXPOSE functionality is desired, it can be added back by
referencing the default list of OpenStack ports to each Dockerfile: 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 We will use the docker flag --restart=always to provide some measure of
high availability for the individual containers and ensure they operate high availability for the individual containers and ensure they operate

View File

@ -54,7 +54,7 @@ not to. It appears that [Nova][] has recently fixed the issue and
[Neutron][] is making progress [Neutron][] is making progress
[documented]: https://github.com/openstack/nova/blob/da59d3228125d7e7427c0ba70180db17c597e8fb/nova/openstack/common/db/sqlalchemy/session.py#L180-196 [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 [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 Testing should be performed as part of the Galera implementation to verify