Merge "Update URLs in documents according to document migration"
This commit is contained in:
commit
4c2f1ea5b6
@ -20,8 +20,8 @@ Please fill here a long description which must be at least 3 lines wrapped on
|
||||
Note that this is a hard requirement.
|
||||
|
||||
* Free software: Apache license
|
||||
* Get Started: https://docs.openstack.org/developer/zun/dev/quickstart.html
|
||||
* Documentation: https://docs.openstack.org/developer/zun
|
||||
* Get Started: https://docs.openstack.org/zun/latest/dev/quickstart.html
|
||||
* Documentation: https://docs.openstack.org/zun/latest/
|
||||
* Source: https://git.openstack.org/cgit/openstack/zun
|
||||
* Bugs: https://bugs.launchpad.net/zun
|
||||
* Blueprints:** https://blueprints.launchpad.net/zun
|
||||
|
@ -5,7 +5,7 @@ DevStack Integration
|
||||
This directory contains the files necessary to integrate zun with devstack.
|
||||
|
||||
Refer the quickstart guide at
|
||||
https://docs.openstack.org/developer/zun/dev/quickstart.html
|
||||
https://docs.openstack.org/zun/latest/dev/quickstart.html
|
||||
for more information on using devstack and zun.
|
||||
|
||||
To install zun into devstack, add the following settings to enable the
|
||||
|
@ -59,7 +59,7 @@ This results in a unit test failure with the following output:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
: Fields or remotable methods in some objects have changed. Make sure the versions of the objects has been bumped, and update the hashes in the static fingerprints tree (object_data). For more information, read https://docs.openstack.org/developer/zun/objects.html.
|
||||
: Fields or remotable methods in some objects have changed. Make sure the versions of the objects has been bumped, and update the hashes in the static fingerprints tree (object_data). For more information, read https://docs.openstack.org/zun/latest/.
|
||||
|
||||
This is an indication that me adding the 'foo' field to Container means I need
|
||||
to bump the version of Container, so I increase the version and add a comment
|
||||
|
@ -342,7 +342,7 @@ class TestObject(test_base.TestCase, _TestObject):
|
||||
# object (fields and remotable methods). If either the version or hash
|
||||
# change, the static tree needs to be updated.
|
||||
# For more information on object version testing, read
|
||||
# https://docs.openstack.org/developer/zun/objects.html
|
||||
# https://docs.openstack.org/zun/latest/
|
||||
object_data = {
|
||||
'Container': '1.17-dd8ca54832bf3a0ff78249a5a0ab4143',
|
||||
'Image': '1.0-0b976be24f4f6ee0d526e5c981ce0633',
|
||||
|
Loading…
Reference in New Issue
Block a user