From 92c36989767a08927839f31f8727eb2eb61ad4a9 Mon Sep 17 00:00:00 2001 From: Luke Wollney Date: Tue, 5 May 2015 12:21:21 -0500 Subject: [PATCH] Update Images constants *Added EXPORT_UNKNOWN_ERROR_MSG to Messages Change-Id: I0fe6b3826b81d7df43aba273af339af7f4eb5831 --- cloudcafe/glance/common/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudcafe/glance/common/constants.py b/cloudcafe/glance/common/constants.py index 1a1abc89..81641586 100644 --- a/cloudcafe/glance/common/constants.py +++ b/cloudcafe/glance/common/constants.py @@ -36,5 +36,6 @@ class Messages(object): 'Received: {2}') STATUS_CODE_MSG = ('Unexpected status code received. Expected: {0}, ' 'Received: {1}') + EXPORT_UNKNOWN_ERROR_MSG = 'Unknown error occurred during image export' UPDATE_IMAGE_MEMBER_STATUS = ('You are not permitted to modify \'status\' ' 'on this image.')