Change-Id: Ied5ee7da0a37405f130f7cecff48919f16435952
| ... | ... |
@@ -643,7 +643,7 @@ the instructions in ``./tools/xen/README.md``. |
| 643 | 643 |
Cells |
| 644 | 644 |
~~~~~ |
| 645 | 645 |
|
| 646 |
-`Cells <http://wiki.openstack.org/blueprint-nova-compute-cells>`__ is |
|
| 646 |
+`Cells <https://wiki.openstack.org/wiki/Blueprint-nova-compute-cells>`__ is |
|
| 647 | 647 |
an alternative scaling option. To setup a cells environment add the |
| 648 | 648 |
following to your ``localrc`` section: |
| 649 | 649 |
|
| ... | ... |
@@ -2,7 +2,7 @@ Configure Load-Balancer Version 2 |
| 2 | 2 |
================================= |
| 3 | 3 |
|
| 4 | 4 |
Starting in the OpenStack Liberty release, the |
| 5 |
-`neutron LBaaS v2 API <http://developer.openstack.org/api-ref-networking-v2-ext.html>`_ |
|
| 5 |
+`neutron LBaaS v2 API <https://developer.openstack.org/api-ref/network/v2/index.html>`_ |
|
| 6 | 6 |
is now stable while the LBaaS v1 API has been deprecated. The LBaaS v2 reference |
| 7 | 7 |
driver is based on Octavia. |
| 8 | 8 |
|
| ... | ... |
@@ -396,7 +396,7 @@ controller node. |
| 396 | 396 |
|
| 397 | 397 |
In this configuration we are defining IPV4_ADDRS_SAFE_TO_USE to be a |
| 398 | 398 |
publicly routed IPv4 subnet. In this specific instance we are using |
| 399 |
-the special TEST-NET-3 subnet defined in `RFC 5737 <http://tools.ietf.org/html/rfc5737>`_, |
|
| 399 |
+the special TEST-NET-3 subnet defined in `RFC 5737 <https://tools.ietf.org/html/rfc5737>`_, |
|
| 400 | 400 |
which is used for documentation. In your DevStack setup, IPV4_ADDRS_SAFE_TO_USE |
| 401 | 401 |
would be a public IP address range that you or your organization has |
| 402 | 402 |
allocated to you, so that you could access your instances from the |