diff --git a/reddwarfclient/mcli.py b/reddwarfclient/mcli.py index 2cacfa5f..17c1b1e8 100644 --- a/reddwarfclient/mcli.py +++ b/reddwarfclient/mcli.py @@ -132,7 +132,7 @@ class InstanceCommands(common.AuthedCommandsBase): self._require('id') self._pretty_print(self.dbaas.management.stop, self.id) - def reboot(self, id): + def reboot(self): """Reboot the instance.""" self._require('id') self._pretty_print(self.dbaas.management.reboot, self.id)