Be more verbose on non-tagged versions

The release version string from PBR indicates if you're running a
non-tagged commit by adding post (for older PBR releases) or dev
components to the version. Use it for clarity.

Change-Id: Ib50f0956bcf6b8285bdc3bd143a4897520487e2e
This commit is contained in:
Jeremy Stanley 2015-06-04 21:20:43 +00:00
parent 7fca9c1cc6
commit 98b38de82c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class Scheduler(threading.Thread):
self.management_event_queue = Queue.Queue()
self.layout = model.Layout()
self.zuul_version = zuul_version.version_info.version_string()
self.zuul_version = zuul_version.version_info.release_string()
self.last_reconfigured = None
def stop(self):