From: Adam Hassick Date: Tue, 14 Dec 2021 21:58:34 +0000 (-0500) Subject: Set private/public VLAN pools on generated quick booking template X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=91ae059111a88ce8daf717b968743a4a72ad832e;p=laas.git Set private/public VLAN pools on generated quick booking template Signed-off-by: Adam Hassick Change-Id: I82e1bd31ea3109862c503ed70d19328c2b8b4f90 --- diff --git a/src/booking/quick_deployer.py b/src/booking/quick_deployer.py index 31865be..4b85d76 100644 --- a/src/booking/quick_deployer.py +++ b/src/booking/quick_deployer.py @@ -82,6 +82,8 @@ def update_template(old_template, image, hostname, user, global_cloud_config=Non description=old_template.description, public=False, temporary=True, + private_vlan_pool=old_template.private_vlan_pool, + public_vlan_pool=old_template.public_vlan_pool, copy_of=old_template )