Fix the typo and replace http with https for doc links
1) Fix a typo 2) Use https instead of http for docs links Change-Id: Ib3bb1ef2f9373e10bf12347c0b2b19c620ddfef2
This commit is contained in:
parent
054a78fe7c
commit
761010fb94
@ -20,7 +20,7 @@ blueprints::
|
|||||||
|
|
||||||
For more information about working with gerrit, see::
|
For more information about working with gerrit, see::
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
To validate that the specification is syntactically correct (i.e. get more
|
To validate that the specification is syntactically correct (i.e. get more
|
||||||
confidence in the Jenkins result), please execute the following command::
|
confidence in the Jenkins result), please execute the following command::
|
||||||
|
@ -40,7 +40,7 @@ Proposed change
|
|||||||
* Introduce a new admin only API, which supports to query nodes that could
|
* Introduce a new admin only API, which supports to query nodes that could
|
||||||
be managed by mogan. This API will pass down the request to drivers, which
|
be managed by mogan. This API will pass down the request to drivers, which
|
||||||
needs to add a new driver interface `get_manageable_nodes`, there will be
|
needs to add a new driver interface `get_manageable_nodes`, there will be
|
||||||
driver specified criterias of which nodes are manageable. For ironic, it
|
driver specified criteria of which nodes are manageable. For ironic, it
|
||||||
should be nodes in active state but without instance_uuid associated, and
|
should be nodes in active state but without instance_uuid associated, and
|
||||||
the resource class field should be well set.
|
the resource class field should be well set.
|
||||||
|
|
||||||
|
@ -171,6 +171,6 @@ Docs about Valence integration will be added.
|
|||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. [1] http://wiki.openstack.org/wiki/TaskFlow
|
.. [1] https://wiki.openstack.org/wiki/TaskFlow
|
||||||
|
|
||||||
* https://wiki.openstack.org/wiki/Valence
|
* https://wiki.openstack.org/wiki/Valence
|
||||||
|
Loading…
Reference in New Issue
Block a user