Fixing the compat client create call

"configuration_ref" needs to be "configuration".

Closes-Bug: #1306696
Change-Id: I080de3d4f39e3f0dc34e173e7565b26077b17092
This commit is contained in:
Craig Vyvial
2014-04-11 10:49:39 -05:00
parent f61666027e
commit 0044656b03

View File

@@ -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):