Fixing the compat client create call
"configuration_ref" needs to be "configuration". Closes-Bug: #1306696 Change-Id: I080de3d4f39e3f0dc34e173e7565b26077b17092
This commit is contained in:
@@ -75,7 +75,7 @@ class InstanceCommands(common.AuthedCommandsBase):
|
||||
self._pretty_print(self.dbaas.instances.create, self.name,
|
||||
self.flavor, volume, restorePoint=restorePoint,
|
||||
availability_zone=self.availability_zone,
|
||||
configuration_ref=self._get_configuration_ref())
|
||||
configuration=self._get_configuration_ref())
|
||||
|
||||
# TODO(pdmars): is this actually what this should be named?
|
||||
def modify(self):
|
||||
|
||||
Reference in New Issue
Block a user