Removes the id from reboot since params and require take care of that now.

This commit is contained in:
Ed Cranford 2012-08-15 16:42:37 -05:00
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)