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
ca9423b4
Commit
ca9423b4
authored
Jul 14, 2017
by
Jenkins
Committed by
Gerrit Code Review
Jul 14, 2017
Browse files
Merge "Update URLs in documents according to document migration"
parents
15ca1e38
02531ea9
Changes
6
Hide whitespace changes
Inline
Side-by-side
HACKING.rst
View file @
ca9423b4
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 @
ca9423b4
...
...
@@ -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 @
ca9423b4
...
...
@@ -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 @
ca9423b4
...
...
@@ -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 @
ca9423b4
...
...
@@ -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 @
ca9423b4
...
...
@@ -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