summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/hypervisor.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute/v2/hypervisor.py')
-rw-r--r--openstackclient/compute/v2/hypervisor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/hypervisor.py b/openstackclient/compute/v2/hypervisor.py
index 35866aec..ad69d328 100644
--- a/openstackclient/compute/v2/hypervisor.py
+++ b/openstackclient/compute/v2/hypervisor.py
@@ -26,7 +26,6 @@ from openstackclient.common import utils
class ListHypervisor(lister.Lister):
"""List hypervisor command"""
- api = "compute"
log = logging.getLogger(__name__ + ".ListHypervisor")
def get_parser(self, prog_name):
@@ -60,7 +59,6 @@ class ListHypervisor(lister.Lister):
class ShowHypervisor(show.ShowOne):
"""Show hypervisor command"""
- api = "compute"
log = logging.getLogger(__name__ + ".ShowHypervisor")
def get_parser(self, prog_name):