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
Add VNFM user guide based on the current getting_started
document. Document the direct VNF creation (inline) feature
and rest of the VNFM lifecycle commands.
Update VNF Forwarding Graph doc to document paramter support
for VNFFGD templates.
Co-Authored-By: Sridhar Ramaswamy <srics.r@gmail.com>
Change-Id: I21fa1d5941808f3f7948b3b947675c5276f344e8
After migrating to inline vnf features, the pre-exisitng vnfds donot show up
in vnfd-list. This patch adds template-source default as onboarded in the migration
script.
Co-Authored-By: janki <jchhatba@redhat.com>
Co-Authored-By: yong sheng gong <gong.yongsheng@99cloud.net>
Change-Id: If8ce2ce378a8e6e730c3f90363e28438ea31765c
Closes-Bug: #1663063
while deploying network service if vnf creation raised exception,
ns_create stuck in PENDING_CREATE state. Fixing this issue.
Change-Id: I647993ae888084b167ee08b73a531e92528de774
Closes-Bug: #1662704