summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-06-05 11:17:21 +1000
committerMichael Still <mikal@stillhq.com>2012-06-06 14:08:59 +1000
commit1a007651c40b8f959fab9e3d5c431f65b4728950 (patch)
tree33b80d946d68604629719b6553edd09b74affa17 /nova/exception.py
parentd7714963527cfa6161145f88c814c2f47e3b629e (diff)
downloadnova-1a007651c40b8f959fab9e3d5c431f65b4728950.tar.gz
nova-1a007651c40b8f959fab9e3d5c431f65b4728950.tar.xz
nova-1a007651c40b8f959fab9e3d5c431f65b4728950.zip
Migrate instance_metadata to use a uuid to refer to instances.
Continued work on blueprint finish-uuid-conversion. Change-Id: I64302d0abb2e734422e6b0fee8f12e90f4ce711a
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 4f7f17fb5..bf9318fd2 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -821,7 +821,7 @@ class SchedulerWeightFlagNotFound(NotFound):
class InstanceMetadataNotFound(NotFound):
- message = _("Instance %(instance_id)s has no metadata with "
+ message = _("Instance %(instance_uuid)s has no metadata with "
"key %(metadata_key)s.")