diff options
Diffstat (limited to 'openstackclient/compute/v2/console.py')
| -rw-r--r-- | openstackclient/compute/v2/console.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/console.py b/openstackclient/compute/v2/console.py index 8ed0d7f2..a67b004c 100644 --- a/openstackclient/compute/v2/console.py +++ b/openstackclient/compute/v2/console.py @@ -27,7 +27,6 @@ from openstackclient.common import utils class ShowConsoleLog(command.Command): """Show console-log command""" - api = 'compute' log = logging.getLogger(__name__ + '.ShowConsoleLog') def get_parser(self, prog_name): @@ -65,7 +64,6 @@ class ShowConsoleLog(command.Command): class ShowConsoleURL(show.ShowOne): """Show console-url command""" - api = 'compute' log = logging.getLogger(__name__ + '.ShowConsoleURL') def get_parser(self, prog_name): |
