diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-31 16:15:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-31 16:15:35 +0000 |
commit | 5fb1e53456961e7dbfc5c205dc1adc4898994066 (patch) | |
tree | 3ebed48ad2db951e63a9635ffce2cee87e9b2fae /functest/opnfv_tests/vnf/ims/orchestra_openims.py | |
parent | 333ecb356503bad02913ee5fda2ffc0f548eac25 (diff) | |
parent | 118380064e8d36a0ed794012a7b7022ce2c70016 (diff) |
Merge "Make the vnf images public"
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/orchestra_openims.py')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/orchestra_openims.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/orchestra_openims.py b/functest/opnfv_tests/vnf/ims/orchestra_openims.py index f8acada4..45440704 100644 --- a/functest/opnfv_tests/vnf/ims/orchestra_openims.py +++ b/functest/opnfv_tests/vnf/ims/orchestra_openims.py @@ -231,7 +231,8 @@ class OpenImsVnf(vnf.VnfOnBoarding): ImageSettings(name=image_name, image_user='cloud', img_format='qcow2', - image_file=image_file)) + image_file=image_file, + public=True)) image.create() # self.created_resources.append(image); |