fixes Document make configuration by updating nova version mechanism to conform to rev530 update

This commit is contained in:
Ken Pepple 2011-01-09 20:19:30 +00:00 committed by Tarmac
commit afaf391e44

View File

@ -61,8 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator
# built documents. # built documents.
# #
from nova import version as nova_version from nova import version as nova_version
#import nova.version
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = nova_version.version() release = nova_version.version_string()
# The short X.Y version. # The short X.Y version.
version = nova_version.canonical_version_string() version = nova_version.canonical_version_string()