forked from shaba/openuds
Small message fix
This commit is contained in:
parent
f11bccc868
commit
0c7a4911d2
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user