summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-05 16:47:52 +0000
committerGerrit Code Review <review@openstack.org>2018-02-05 16:47:52 +0000
commit68877e995973e0a78d8ea501b4c19e64b720e7e8 (patch)
tree68291ea50d8e2163b16fd932b95b25b86bf91e97 /releasenotes
parent5eb380d4c77986ad20c330fc9281514edeeb4f1a (diff)
parent9213ec2d32fa173ec9943c28fb6c3ba5c196015d (diff)
downloadpython-novaclient-68877e995973e0a78d8ea501b4c19e64b720e7e8.tar.gz
Merge "Implement hypervisor hostname exact pattern match"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/strict_hostname_match-f37243f0520a09a2.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/strict_hostname_match-f37243f0520a09a2.yaml b/releasenotes/notes/strict_hostname_match-f37243f0520a09a2.yaml
new file mode 100644
index 00000000..04d77d4a
--- /dev/null
+++ b/releasenotes/notes/strict_hostname_match-f37243f0520a09a2.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Provides "--strict" option for "nova host-servers-migrate", "nova host-evacuate",
+ "nova host-evacuate-live" and "nova host-meta" commands. When "--strict" option is
+ used, the action will be applied to a single compute with the exact hypervisor
+ hostname string match rather than to the computes with hostname substring match.
+ When the specified hostname does not exist in the system, "NotFound" error code
+ will be returned.