Merge "Replacing the HTTP protocal with HTTPS in devstack_setup.rst."

This commit is contained in:
Zuul 2019-02-27 07:43:42 +00:00 committed by Gerrit Code Review
commit 220a09c0b9
4 changed files with 6 additions and 6 deletions

View File

@ -149,7 +149,7 @@ Dependencies
This design depends on the changes which may or may not be accepted in Nova This design depends on the changes which may or may not be accepted in Nova
project. Other than that is ongoing work on Nested resource providers: project. Other than that is ongoing work on Nested resource providers:
http://specs.openstack.org/openstack/nova-specs/specs/ocata/approved/nested-resource-providers.html https://specs.openstack.org/openstack/nova-specs/specs/ocata/approved/nested-resource-providers.html
Which would be an essential feature in Placement API, which will be leveraged Which would be an essential feature in Placement API, which will be leveraged
by Cyborg. by Cyborg.

View File

@ -204,7 +204,7 @@ References
.. [#Cyborg_Nova_scheduling_spec] `Cyborg/Nova Scheduling spec <https://review.openstack.org/#/c/554717>`_ .. [#Cyborg_Nova_scheduling_spec] `Cyborg/Nova Scheduling spec <https://review.openstack.org/#/c/554717>`_
.. [#Custom_traits] `Custom Traits <http://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/resource-provider-traits.html#rest-api-impact>`_ .. [#Custom_traits] `Custom Traits <https://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/resource-provider-traits.html#rest-api-impact>`_
History History
======= =======

View File

@ -430,7 +430,7 @@ Dependencies
============ ============
* `Nested Resource Providers * `Nested Resource Providers
<http://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/nested-resource-providers-allocation-candidates.html>`_ <https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/nested-resource-providers-allocation-candidates.html>`_
* `Nova Granular Requests * `Nova Granular Requests
<https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/granular-resource-requests.html>`_ <https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/granular-resource-requests.html>`_
@ -454,7 +454,7 @@ References
.. [#os-acc] `Specification for Compute Node <https://review.openstack.org/#/c/566798/>`_ .. [#os-acc] `Specification for Compute Node <https://review.openstack.org/#/c/566798/>`_
.. [#nRP] `Nested RPs in Rocky <http://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/nested-resource-providers-allocation-candidates.html>`_ .. [#nRP] `Nested RPs in Rocky <https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/nested-resource-providers-allocation-candidates.html>`_
.. [#drv-api] `Specification for Cyborg Agent-Driver API <https://review.openstack.org/#/c/561849/>`_ .. [#drv-api] `Specification for Cyborg Agent-Driver API <https://review.openstack.org/#/c/561849/>`_
@ -466,7 +466,7 @@ References
.. [#multifn] `Detailed Cyborg/Nova scheduling <https://etherpad.openstack.org/p/Cyborg-Nova-Multifunction>`_ .. [#multifn] `Detailed Cyborg/Nova scheduling <https://etherpad.openstack.org/p/Cyborg-Nova-Multifunction>`_
.. [#mails] `Openstack-dev email discussion <http://lists.openstack.org/pipermail/openstack-dev/2018-April/128951.html>`_ .. [#mails] `Openstack-dev email discussion <https://lists.openstack.org/pipermail/openstack-dev/2018-April/128951.html>`_

View File

@ -20,7 +20,7 @@ respectively.
Some notes about the cyborg-spec and blueprint process: Some notes about the cyborg-spec and blueprint process:
* Not all blueprints need a spec. For more information see * Not all blueprints need a spec. For more information see
http://docs.openstack.org/developer/cyborg/blueprints.html#specs https://docs.openstack.org/developer/cyborg/blueprints.html#specs
* The aim of this document is first to define the problem we need to solve, * The aim of this document is first to define the problem we need to solve,
and second agree the overall approach to solve that problem. and second agree the overall approach to solve that problem.