Merge "Optimize the link address"
This commit is contained in:
commit
f19eb3507c
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ import setuptools
|
|||||||
|
|
||||||
# In python < 2.7.4, a lazy loading of package `pbr` will break
|
# In python < 2.7.4, a lazy loading of package `pbr` will break
|
||||||
# setuptools if some other modules registered functions in `atexit`.
|
# setuptools if some other modules registered functions in `atexit`.
|
||||||
# solution from: http://bugs.python.org/issue15881#msg170215
|
# solution from: https://bugs.python.org/issue15881#msg170215
|
||||||
try:
|
try:
|
||||||
import multiprocessing # noqa
|
import multiprocessing # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
============================
|
============================
|
||||||
Container Cinder Integration
|
Container Cinder Integration
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
==========================
|
==========================
|
||||||
Container Interactive mode
|
Container Interactive mode
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
=================
|
=================
|
||||||
Container Sandbox
|
Container Sandbox
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
==================
|
==================
|
||||||
Container Snapshot
|
Container Snapshot
|
||||||
@ -126,4 +126,4 @@ Each patch will have unit tests, and Tempest functional tests covered.
|
|||||||
|
|
||||||
Documentation Impact
|
Documentation Impact
|
||||||
====================
|
====================
|
||||||
A set of documentation for this new feature will be required.
|
A set of documentation for this new feature will be required.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
==========================
|
==========================
|
||||||
Supporting CPU sets in ZUN
|
Supporting CPU sets in ZUN
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
=================
|
=================
|
||||||
Kuryr Integration
|
Kuryr Integration
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
License.
|
License.
|
||||||
|
|
||||||
http://creativecommons.org/licenses/by/3.0/legalcode
|
https://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
==============
|
==============
|
||||||
API Validation
|
API Validation
|
||||||
@ -169,4 +169,4 @@ Useful Links:
|
|||||||
|
|
||||||
* [JSON Schema core definitions and terminology] (https://tools.ietf.org/html/draft-zyp-json-schema-04)
|
* [JSON Schema core definitions and terminology] (https://tools.ietf.org/html/draft-zyp-json-schema-04)
|
||||||
|
|
||||||
* [JSON Schema Documentation] (http://json-schema.org/documentation.html)
|
* [JSON Schema Documentation] (https://json-schema.org/documentation.html)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user