Removes the id from reboot since params and require take care of that now.
This commit is contained in:
parent
2cfa902d88
commit
4fd5a896de
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user