diff options
Diffstat (limited to 'openstackclient/compute/v2/fixedip.py')
| -rw-r--r-- | openstackclient/compute/v2/fixedip.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/fixedip.py b/openstackclient/compute/v2/fixedip.py index d0687fd7..c41fed45 100644 --- a/openstackclient/compute/v2/fixedip.py +++ b/openstackclient/compute/v2/fixedip.py @@ -25,7 +25,6 @@ from openstackclient.common import utils class AddFixedIP(command.Command): """Add fixed-ip command""" - api = "compute" log = logging.getLogger(__name__ + ".AddFixedIP") def get_parser(self, prog_name): @@ -59,7 +58,6 @@ class AddFixedIP(command.Command): class RemoveFixedIP(command.Command): """Remove fixed-ip command""" - api = "compute" log = logging.getLogger(__name__ + ".RemoveFixedIP") def get_parser(self, prog_name): |
