Fix a wrong argument of create method

Change the argument 'QoSSpecs.create' to 'qos_specs.create'.

Change-Id: Iabebc5f1681be75fb06d836ea72b93de0a9d688e
Closes-Bug: #1443331
This commit is contained in:
Daisuke Fujita 2015-04-15 14:03:31 +09:00
parent 68a403aba2
commit a3c0a4104f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class QoSSpecsController(wsgi.Controller):
spec = qos_specs.get_qos_specs_by_name(context, name)
notifier_info = dict(name=name, specs=specs)
rpc.get_notifier('QoSSpecs').info(context,
'QoSSpecs.create',
'qos_specs.create',
notifier_info)
except exception.InvalidInput as err:
notifier_err = dict(name=name, error_message=err)