diff options
Diffstat (limited to 'src/booking')
-rw-r--r-- | src/booking/quick_deployer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/booking/quick_deployer.py b/src/booking/quick_deployer.py index 0d4e5ea..8b3af6c 100644 --- a/src/booking/quick_deployer.py +++ b/src/booking/quick_deployer.py @@ -87,7 +87,7 @@ def update_template(old_template, image, hostname, user): Network.objects.create( name=old_network.name, bundle=template, - is_public=False + is_public=old_network.is_public ) # We are assuming there is only one opnfv config per public resource template old_opnfv = template.opnfv_config.first() |