Merge "Make more flexible with locality options"

This commit is contained in:
Zuul 2024-11-06 12:52:17 +00:00 committed by Gerrit Code Review
commit 1da2376f5a

View File

@ -472,7 +472,9 @@ class InstanceController(wsgi.Controller):
self._check_nic(context, nic)
if locality:
locality_domain = ['affinity', 'anti-affinity']
locality_domain = [
'affinity', 'soft-affinity',
'anti-affinity', 'soft-anti-affinity']
locality_domain_msg = ("Invalid locality '%s'. "
"Must be one of ['%s']" %
(locality,