Trivial: Fix wrong comment in service version

Change-Id: I7d4e75674517e229883da77193bf2f7f0570c34a
This commit is contained in:
Tang Chen 2015-12-23 15:52:59 +08:00
parent 4af4e312df
commit 3414307a75

View File

@ -56,7 +56,7 @@ SERVICE_VERSION_HISTORY = (
{'compute_rpc': '4.4'}, {'compute_rpc': '4.4'},
# Version 2: Changes to rebuild_instance signature in the compute_rpc # Version 2: Changes to rebuild_instance signature in the compute_rpc
{'compute_rpc': '4.5'}, {'compute_rpc': '4.5'},
# Version 3: Changes to trigger_crash_dump signature in the compute_rpc # Version 3: Add trigger_crash_dump method to compute rpc api
{'compute_rpc': '4.6'}, {'compute_rpc': '4.6'},
) )