Merge "fix nova-baremetal-manage version printing"

This commit is contained in:
Jenkins 2013-02-02 14:56:03 +00:00 committed by Gerrit Code Review
commit 35ba1f88df
1 changed files with 1 additions and 3 deletions

View File

@ -187,9 +187,7 @@ def main():
sys.exit(2)
if CONF.category.name == "version":
print(_("%(version)s (%(vcs)s)") %
{'version': version.version_string(),
'vcs': version.version_string_with_vcs()})
print(version.version_string_with_package())
sys.exit(0)
if CONF.category.name == "bash-completion":