Add direct designate zone creation code 31/24831/1
authorLusheng Ji <lji@research.att.com>
Wed, 22 Nov 2017 03:26:36 +0000 (22:26 -0500)
committerLusheng Ji <lji@research.att.com>
Wed, 22 Nov 2017 03:38:28 +0000 (22:38 -0500)
commitce34d8a702ab6fe99dab6d6a94b2600bd1464e59
tree92741fb65a831ef34a4fc790dea27867849a8446
parenta75ed9aa10de1b3afd53839dbf5e7ccfc49c3a21
Add direct designate zone creation code

Added DNS zone creation code for OpenStack installations with Designate
support.  Previously for this type of OpenStack instaalations we
assumed that there was no need to create new zone.  But such assumption
is not consistent with the DACE blueprints.  Therefore the blueprints
working for proxied Designate OpenStack installation will break not work
for direct Designate OpenStack installations. This new change makes the
vm_init behaves consistently for both direct Designate and proxied Designate
so that the same blueprint can be use in both environments.

Issue-ID: DCAEGEN2-200
Change-Id: I1f82f60facad77849c67f0feb1fa07f02af1079e
Signed-off-by: Lusheng Ji <lji@research.att.com>
boot/dcae2_vm_init.sh