summaryrefslogtreecommitdiffstats
path: root/nova/vnc
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-12-17 12:17:59 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-12-19 18:54:17 +0000
commit481d6ff142b8daeb08b22001997b5cf701a6d134 (patch)
tree8b6f8fc1389817475bc4b7d7f596c6b505cd36dc /nova/vnc
parentba9ee7eb22ca17553e2e768365220c9a9838ae1d (diff)
downloadnova-481d6ff142b8daeb08b22001997b5cf701a6d134.tar.gz
nova-481d6ff142b8daeb08b22001997b5cf701a6d134.tar.xz
nova-481d6ff142b8daeb08b22001997b5cf701a6d134.zip
Remove obsolete VCS version info completely
The VCS version string in nova/version.py has been hardcoded to 'LOCALBRANCH:LOCALVERSION' since change 0bbb0e8cb1daa351af91cf97b2bcababfc0c7f9f The only places which use this info are some logging calls, and since 'nova-manager version' command. The latter would more usefully output the distro specific package string. Delete the VCS related methods in version.py and replace their usage with a new method version_string_with_package() which appends the distro-specific package tag Change-Id: I972b79c329198cb5376d537c6b672830094cd759 Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'nova/vnc')
-rw-r--r--nova/vnc/xvp_proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py
index 59b80994b..9489b949a 100644
--- a/nova/vnc/xvp_proxy.py
+++ b/nova/vnc/xvp_proxy.py
@@ -174,7 +174,7 @@ class SafeHttpProtocol(eventlet.wsgi.HttpProtocol):
def get_wsgi_server():
LOG.audit(_("Starting nova-xvpvncproxy node (version %s)"),
- version.version_string_with_vcs())
+ version.version_string_with_package())
return wsgi.Server("XCP VNC Proxy",
XCPVNCProxy(),