summaryrefslogtreecommitdiff
path: root/releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml')
-rw-r--r--releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml b/releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml
new file mode 100644
index 00000000..026e1a28
--- /dev/null
+++ b/releasenotes/notes/search-hypervisor-detailed-352f3ac70d42fe6e.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ The ``novaclient.v2.hypervisors.HypervisorManager.search`` method now
+ accepts a ``detailed`` boolean kwarg which defaults to False but when
+ True will search for the given hypervisor hostname match and return
+ details about any matching hypervisors. Specifying ``detailed=True``
+ requires compute API version 2.53 or greater.