heat/heat
Zane Bitter 2990b74abc Fix Designate Zone lookup by name
Zones are a concept of the Designate v2 API. Since v1 is still the
default, we need to explicitly use v2 when doing anything to do with
Zones. We were doing this when looking up a zone directly, but not when
falling back to listing all zones and going through them by name. This
meant that designate.zone constraint validation would fail (including on
the 'zone' property of OS::Designate::RecordSet) when the zone was
specified by name rather than UUID.

Change-Id: Id4194a74398488813f901b255f312f7ac962a426
Task: #29162
(cherry picked from commit 8c79ae0aeb)
2019-07-29 14:48:39 +00:00
..
api Use application_url in API version document 2019-02-07 12:29:36 +00:00
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Don't allow nested or stacks in FAILED state to be migrated 2018-05-21 12:22:28 +00:00
common Catch socket.timeout for connectivity error when streaming 2019-02-01 06:19:52 +00:00
db Retry on DB deadlock in event_create() 2019-07-11 12:21:55 +04:00
engine Fix Designate Zone lookup by name 2019-07-29 14:48:39 +00:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Remove CloudWatch API 2018-01-28 09:11:17 +05:30
locale Imported Translations from Zanata 2018-03-01 06:40:34 +00:00
objects Set a concurrency limit on ResourceChain 2018-10-23 10:16:42 +00:00
policies Remove CloudWatch API 2018-01-28 09:11:17 +05:30
rpc Remove stack watch service 2018-01-28 09:35:05 +05:30
scaling Remove use of CooldownMixin with scaling policy 2018-01-28 09:41:20 +05:30
tests Return None for attributes of sd with no actions 2019-05-31 12:06:14 +00:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py