The patch updates the version of cirros image to the latest
0.3.5 disk image in all the sample files.
Change-Id: I400c7ac9d9fd9d295c6996b2935d0a1e0095fa77
Closes-Bug: #1671982
Tacker failed to support monitoring for multiple VDUs.
In addtiion, multi-vdu testing have not been mentioned in unit test.
This patch will fixed the above issues.
Change-Id: Ib4497a530439110bf149f1104c74ba4bdc96ba0a
Closes-bug: #1668587
Replace yaml.dump with yaml.safe_dump;
In the file
/vnfm/infra_drivers/openstack/translate_template.py#L453
/vnfm/tosca/utils.py#L267
The default yaml.safe_dump does not support OrderedDict,
So Add one function for the yaml.safe_dump in the files above
yaml.safe_load is more safer than yaml.load, that's the patch meaning
Change-Id: Iab0e976b1163220bd78c2ceda83243c2da4c6624
Closes-Bug: #1673294
The heat OS::Glance::Image is relying on glance v1, and
the heat resource type is deprecated.
Devstack disables glance v1 API at https://review.openstack.org/#/c/343129/.
Skip this test until heat has new glance image resource type.
Change-Id: I4b1b127fc804fa9b93fff6b835bc2d5b8fa9aa4f
Closes-bug: 1673099
(1) change openstack_image_create fail Warning to ERROR
(2) merge create cirros and create openwrt to one function
(3) no use shell cmd let
Change-Id: I195990841d3b2a271d338f6c940a1dc383508a74
Closes-Bug: #1669736
Currently the tacker connection point (CP) support Virtural IP only if
the security group is off (via anti_spoofing_protection off).
But it's good to have both by supporting allowed_address_pairs.
This RFE is for this purpose.
Closes-Bug: #1664805
Change-Id: I9fa1d4b69f8cbf51b047110cd6cfa61fb91a0bf0
add neutron filter name and not unique exception
Co-Authored-By: Yan Xing an <yanxingan@cmss.chinamobile.com>
Closes-Bug: #1667236
Change-Id: I1b8dddff92a7ef7d11ba3d06254f4686df8deff3
py35 automatically recognizes utf-8 string. Therefore there is no
need to specify it in the header.
Change-Id: I2a5447685b5cd13eba761c100cfb95be99fbc9d4
Closes-Bug: #1671495
It seems the 'ifconfig' does not exist on some CI hosts.
And neutron related commands are also using ip commands.
Change-Id: Id549340b8420423c92ee9443b9fd203aacffa89e
Closes-bug: 1670952
The gate-test-requirements job is doing the same thing.
We cannot use revert since it is breaking the gate-test-requiremnts job.
Change-Id: Ie5f4304b0cb59fda9bcc87df518e4c2ad9915b60
In this patch, a tool is provided for team to do the sync to avoid
any gaps with global requirements.
Change-Id: Ie960eae7a2756aa0f267c8ad37ea60f5effe6742
Partial-bug: 1668848
downgrade is not to be supported from kilo release
onwards and is good to clean up the code.
Closes-bug: #1668887
Change-Id: I4b3f264d8691b74d602df466752eccbea533c209
Currently, respawned action using keystone 2.0 is unused in Tacker.
It should be removed.
Change-Id: Ic6dab2980020469e00c0270c6ccd9d07c797ce68
Closes-Bug: #1668156
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.
Change-Id: Ib94f0f269173072b5a4c77d46b43852e78092487