fix the spell error
Change-Id: Ie60088e12fd2ed41857ec01724db2c146de03b10
This commit is contained in:
parent
ce622a6055
commit
954ee30eed
@ -161,6 +161,6 @@ class AttributesController(base.CyborgController,
|
||||
"""Delete one attribute.
|
||||
- UUID of a attribute.
|
||||
"""
|
||||
LOG.info('[attributes] delete.')
|
||||
LOG.info('[attributes] delete by uuid: %s.', uuid)
|
||||
context = pecan.request.context
|
||||
objects.Attribute.destory(context, uuid)
|
||||
objects.Attribute.destroy(context, uuid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user