Merge "Replacing the HTTP protocal with HTTPS"
This commit is contained in:
commit
8f3a5fdc41
@ -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 \
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user