Small message fix

This commit is contained in:
Adolfo Gómez García 2017-03-02 22:34:33 +01:00
parent f11bccc868
commit 0c7a4911d2

View File

@ -38,7 +38,7 @@ from defusedxml import minidom
# Python bindings for OpenNebula
from .common import sanitizeName
__updated__ = '2016-07-27'
__updated__ = '2017-03-02'
logger = logging.getLogger(__name__)
@ -155,7 +155,7 @@ def remove(api, templateId):
api.deleteTemplate(templateId) # api.call('template.delete', int(templateId))
except Exception as e:
logger.error('Creating template on OpenNebula: {}'.format(e))
logger.error('Removing template on OpenNebula: {}'.format(e))
def deployFrom(api, templateId, name):
'''