Updated openstack-common setup and version code.

Updating setup and version require code changes in the code base. This is done
here to support Id9c116a1e10e5c240913fae7a127110b806eff0f

Change-Id: I60b6dd6d684982e33de8fbf051a3dcaf98cb9b87
This commit is contained in:
Monty Taylor
2012-11-01 14:23:58 +01:00
committed by Zhongyue Luo
parent b23940c319
commit d65bca867c
8 changed files with 369 additions and 86 deletions

View File

@@ -76,8 +76,8 @@ copyright = u'2011-present, OpenStack, LLC.'
# built documents.
#
# Version info
from quantum import version as quantum_version
release = quantum_version.version_string()
from quantum.version import version_info as quantum_version
release = quantum_version.version_string_with_vcs()
# The short X.Y version.
version = quantum_version.canonical_version_string()