fix nova-baremetal-manage version printing

version.version_string_with_vcs is no longer present

Change-Id: Iaecf793b82c030f7095de7e42222e28869d1cf33
This commit is contained in:
Pádraig Brady 2013-01-28 15:19:01 +00:00
parent 592d46aeb8
commit b8cc0340e3
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":