Update the invalid url in pages
Change-Id: I5b4c37fcebeb9fc1d165cf70688d212947b0fd3a
This commit is contained in:
parent
9be6d3ac16
commit
f672926bc9
@ -175,7 +175,7 @@ or system-wide: `/etc/openstack/clouds.yaml`.
|
|||||||
Information in your homedir, if it exists, takes precedence.
|
Information in your homedir, if it exists, takes precedence.
|
||||||
|
|
||||||
Full docs on `clouds.yaml` are at
|
Full docs on `clouds.yaml` are at
|
||||||
https://docs.openstack.org/developer/os-client-config/
|
https://docs.openstack.org/os-client-config/latest/
|
||||||
|
|
||||||
What about Mac and Windows?
|
What about Mac and Windows?
|
||||||
===========================
|
===========================
|
||||||
@ -221,7 +221,7 @@ Simple example of a clouds.yaml
|
|||||||
* Config for a named `cloud` "my-citycloud"
|
* Config for a named `cloud` "my-citycloud"
|
||||||
* Reference a well-known "named" profile: `citycloud`
|
* Reference a well-known "named" profile: `citycloud`
|
||||||
* `os-client-config` has a built-in list of profiles at
|
* `os-client-config` has a built-in list of profiles at
|
||||||
https://docs.openstack.org/developer/os-client-config/vendor-support.html
|
https://docs.openstack.org/os-client-config/latest/user/vendor-support.html
|
||||||
* Vendor profiles contain various advanced config
|
* Vendor profiles contain various advanced config
|
||||||
* `cloud` name can match `profile` name (using different names for clarity)
|
* `cloud` name can match `profile` name (using different names for clarity)
|
||||||
|
|
||||||
@ -613,7 +613,7 @@ Cleanup Script
|
|||||||
Normalization
|
Normalization
|
||||||
=============
|
=============
|
||||||
|
|
||||||
* https://docs.openstack.org/developer/shade/model.html#image
|
* https://docs.openstack.org/shade/latest/user/model.html#image
|
||||||
* doc/source/examples/normalization.py
|
* doc/source/examples/normalization.py
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
@ -64,7 +64,7 @@ DEFAULT_MAX_FILE_SIZE = (5 * 1024 * 1024 * 1024 + 2) / 2
|
|||||||
DEFAULT_SERVER_AGE = 5
|
DEFAULT_SERVER_AGE = 5
|
||||||
DEFAULT_PORT_AGE = 5
|
DEFAULT_PORT_AGE = 5
|
||||||
DEFAULT_FLOAT_AGE = 5
|
DEFAULT_FLOAT_AGE = 5
|
||||||
_OCC_DOC_URL = "https://docs.openstack.org/developer/os-client-config"
|
_OCC_DOC_URL = "https://docs.openstack.org/os-client-config/latest/"
|
||||||
|
|
||||||
|
|
||||||
OBJECT_CONTAINER_ACLS = {
|
OBJECT_CONTAINER_ACLS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user