tackerclient/common/utils.py doeas not contains these methods:
to_primitive
loads
dumps.
Removing related test cases
Change-Id: I73035fcd120efc09cd19c94a8fa41671c2b3a7c3
Partial-Bug: 1617157
Support now for being able list sub resources of a vnf. REST path is
/vnf/<vnf_id>/resources/. Resources will contain 'name', 'id', and
'type'.
APIImpact
Partial-Bug: 1602112
Change-Id: Ib9f0163c0c86df2a4d17630a5e6f7ca2d2fb22de
Signed-off-by: Tim Rozet <trozet@redhat.com>
This reverts commit 5a1f2f5717bc55e196e9006d6891ad077e0e4211.
Reverting in account of a new patch [1].
[1]. https://review.openstack.org/#/c/360197/
Change-Id: Iaf5f65bd20bb098120378f9b63c86b97a86df35d
Created details API to fetch VNF details. This is optional
based on the --show-details flag enabled.
APIImpact
Partial-Bug: #1602112
Change-Id: I63bcf3f9ad23fbbcfdec6f72e45540ce55e6bd7c
This commit enables support in the client for the resource event
logging
Implements: blueprint: audit-support
Co-Authored-By: Kanagaraj Manickam <mkr1481@gmail.com>
Change-Id: Ia54aed6720043840b00dd2eb00ca03a2ed92da5e
Depends-On: Change-Id: Ib82be521c5aa8b627e3f34a3696b10508371d3a0
When create/update a vim, only enable '--config-file' option, will
remove '--config' option.
Change-Id: I8a728134ce0229db98de10bff5f4f46e7f2a9f2c
Closes-bug: #1587216
Throws VNFD legacy template deprecation warning in favor of using
TOSCA templates. This is client-side patch.
Partial-Bug: #1582928
Change-Id: Ia8bed682c1724a7d0e4e6330fc99c6ff49f71388
If we use v3 keystone, these information should be passed
into tacker server.
Change-Id: Ieb5612c966b2110930faac0401f5dabde064ffc1
Partial-Bug: #1603851
This patch is used to unified formats of
log_xxx function.I have founded all log_xxx
funtions of project files.Only this one is still
not the same as others. I think change this formats
may make codes more readable and uniform.
OpenStack supports translating some log levels
using separate message catalogs, when we add
Variables to Log Messages, We do not do this:
LOG.info(_LI('some message: variable=%s') % variable)
actually, we use this style insteaded:
LOG.info(_LI('some message: variable=%s'), variable)
Change-Id: I3fd924516969853b2b9dced7659d33cdadd8d4ad
In vim list and vim show command,
since hashed password masking on server-side,
the "mask_dict_password" modules are removed on client-side.
Change-Id: I463cb04696dc09157fbbc4b0bd64e66850feac84
Depends-On: Ice5c51b6a66cd27f21c144d3a672cf790e4cec41
Closes-bug: #1594495
Currently ext-show command can not be ran correctly, because
there are duplicated arguments added to command options.
Change-Id: I36fdb3608f9976c633902bba04d61c3cd63b1b39
Closes-bug: #1595036
Since the bind_port of tacker server is changed to 9890, fix the
document and test case to meet this change.
Change-Id: I5baff302517c8bd8b7cc14b10e771beb9079762b
Changed _extract_service_catalog to match neutronclient to remove
deprecation warnings when attr is provided without filter_value to
get_urls().
Change-Id: Ic58060bdf50ce1f3834324372f1a375fbd15beb6
Closes-Bug: #1570641
This fix masks the password attr in vim response for vim-list,
vim-show and vim-create commands.
Change-Id: I9b38b45f292a11f4615f3dc8eff672a4206c4a4a
Closes-Bug: #1567585
Vim resource attr 'type' does not allow a PUT operation. Updated
the vim args to refelct typeattr for POST operation only. Also
fixed the vim name arg for vnf create command
Change-Id: I3c08945f24343288c2c5614ab4b472d68a1e1d47