summaryrefslogtreecommitdiff
path: root/novaclient/v2/agents.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/agents.py')
-rw-r--r--novaclient/v2/agents.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/novaclient/v2/agents.py b/novaclient/v2/agents.py
index 0a6c223e..d71bf194 100644
--- a/novaclient/v2/agents.py
+++ b/novaclient/v2/agents.py
@@ -19,6 +19,11 @@ agent interface
from novaclient import base
+# NOTE(takashin): The os-agents APIs have been removed
+# in https://review.opendev.org/c/openstack/nova/+/749309 .
+# But the following API bindings remains as ther are
+# because the python-openstackclient depends on them.
+
class Agent(base.Resource):
def __repr__(self):