Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.versionedobjects
Commits
02531ea9
Commit
02531ea9
authored
Jul 13, 2017
by
ChangBo Guo(gcb)
Browse files
Update URLs in documents according to document migration
Change-Id: I4aba61ee6e6b27e9b1e49adcc3a55c857211ad1b
parent
578b23b6
Changes
6
Hide whitespace changes
Inline
Side-by-side
HACKING.rst
View file @
02531ea9
oslo.versionedobjects Style Commandments
======================================================
Read the OpenStack Style Commandments http://docs.openstack.org/
developer/
hacking/
Read the OpenStack Style Commandments http
s
://docs.openstack.org/hacking/
latest/
README.rst
View file @
02531ea9
...
...
@@ -26,6 +26,6 @@ independent of external APIs or database schema for the purposes of providing
upgrade compatibility across distributed services.
* Free software: Apache license
* Documentation: http://docs.openstack.org/
developer/
oslo.versionedobjects
* Documentation: http
s
://docs.openstack.org/oslo.versionedobjects
/latest
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
doc/source/index.rst
View file @
02531ea9
...
...
@@ -9,9 +9,9 @@ independent of external APIs or database schema for the purposes of providing
upgrade compatibility across distributed services.
* Free software: Apache license
* Documentation: http://docs.openstack.org/
developer/
oslo.versionedobjects
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
* Documentation: http
s
://docs.openstack.org/oslo.versionedobjects
/latest/
* Source: http
s
://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http
s
://bugs.launchpad.net/oslo.versionedobjects
----
...
...
oslo_versionedobjects/_i18n.py
View file @
02531ea9
...
...
@@ -12,7 +12,7 @@
"""oslo.i18n integration module.
See http://docs.openstack.org/
developer/oslo.i18n/usage
.html
See http
s
://docs.openstack.org/
oslo.i18n/latest/user/index
.html
"""
...
...
oslo_versionedobjects/fields.py
View file @
02531ea9
...
...
@@ -359,7 +359,7 @@ class UUID(StringPattern):
"release. Please update your "
"code to input valid UUIDs or accept "
"ValueErrors for invalid UUIDs. See "
"http://docs.openstack.org/
developer/
oslo.versionedobjects/
api
/fields.html#oslo_versionedobjects.fields.UUIDField "
# noqa
"http
s
://docs.openstack.org/oslo.versionedobjects/
latest/reference
/fields.html#oslo_versionedobjects.fields.UUIDField "
# noqa
"for further details"
%
value
,
FutureWarning
)
return
str
(
value
)
...
...
setup.cfg
View file @
02531ea9
...
...
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/
developer/
oslo.versionedobjects
home-page = http
s
://docs.openstack.org/oslo.versionedobjects
/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment