xu-haiwei
e5457e5062
Remove '--config' option when create/update a vim
...
When create/update a vim, only enable '--config-file' option, will
remove '--config' option.
Change-Id: I8a728134ce0229db98de10bff5f4f46e7f2a9f2c
Closes-bug: #1587216
2016-08-15 13:14:39 +00:00
OpenStack Proposal Bot
00520f74d0
Updated from global requirements
...
Change-Id: I99264b7f6e6211ef486b77e9dcd198d7eaa218ff
2016-08-11 18:18:28 +00:00
Manikantha Srinivas Tadi
6fecf2adf7
Add "Description" parameter while creating VNF with CLI.
...
Partial-Bug: #1586300
Change-Id: Ifaea2344b7f00414de743be1c035bd750e0af87b
2016-08-11 04:17:44 -04:00
Jenkins
166368b8b0
Merge "Make VNFD/VNF/VIM Name Mandatory in Tacker CLI"
2016-08-11 02:23:41 +00:00
Kanagaraj Manickam
94ccf2ded8
VNF scaling: CLI and python client
...
vnf-scale --vnf-name <vnf-name> --vnf-id <vnf-id>
--scaling-policy-name <policy-name>
--scaling-type <type>
implements: blueprint #vnf-scaling
depends-on: Ib8cdd1295460e617806eec173e4d4ed8f35e6642
Change-Id: If88273efad41eaff466895ad7dbba6a8de31d119
2016-08-05 06:22:21 +05:30
Jenkins
eebea81587
Merge "VNFD legacy template deprecation warning"
2016-08-04 22:28:43 +00:00
Jenkins
4b7fce5642
Merge "Unified formats of log_xxx function"
2016-08-04 18:40:45 +00:00
Jenkins
1cbf0ba295
Merge "Remove discover from test-requirements"
2016-08-03 20:04:13 +00:00
Janki Chhatbar
5a9490e567
VNFD legacy template deprecation warning
...
Throws VNFD legacy template deprecation warning in favor of using
TOSCA templates. This is client-side patch.
Partial-Bug: #1582928
Change-Id: Ia8bed682c1724a7d0e4e6330fc99c6ff49f71388
2016-08-03 11:54:13 +05:30
OpenStack Proposal Bot
fc4772603d
Updated from global requirements
...
Change-Id: Iaa1f5337866a6ab3390c6c0de2896e67cc901849
2016-07-29 02:35:14 +00:00
gong yong sheng
0aa7efd292
Add domain information into auth cred.
...
If we use v3 keystone, these information should be passed
into tacker server.
Change-Id: Ieb5612c966b2110930faac0401f5dabde064ffc1
Partial-Bug: #1603851
0.5.0
2016-07-28 14:06:48 +08:00
Lu lei
31626a41c4
Unified formats of log_xxx function
...
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
2016-07-28 13:35:32 +08:00
Manikantha Srinivas Tadi
f4daaa09ba
Make VNFD/VNF/VIM Name Mandatory in Tacker CLI
...
Change-Id: I7e94cc43a61fbeb2b406d1e973ca422359e761a0
Partial-Bug: #1474966
2016-07-26 00:09:58 -04:00
Jenkins
e88619e985
Merge "Transition default VIM to API and DB operation"
2016-07-25 18:05:44 +00:00
Jenkins
602c06373d
Merge "Remove the mask password logic in vim list and vim show"
2016-07-23 02:31:44 +00:00
Kawaguchi Kentaro
c9ac53a722
Remove the mask password logic in vim list and vim show
...
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
2016-07-22 14:03:33 +09:00
Swapnil Kulkarni (coolsvap)
4197bd5356
Remove discover from test-requirements
...
It's only needed for python < 2.7 which is not supported
Change-Id: I5c4982787b561a988eb837fdb8caad50cf0697a3
2016-07-22 04:14:59 +00:00
Saju Madhavan
00d87bde7e
Transition default VIM to API and DB operation
...
Set the default-vim in the tacker-db and provide
API to manage it.
Change-Id: Ie447f13c1d30e3cf5c1756c424fe60882082c211
Partial-Bug: 1592957
2016-07-20 18:27:39 +05:30
xu-haiwei
9910cbc746
Remove unused import library
...
TrivialFix
Change-Id: I3f75282a0b9b0493f8d0ead8092cee76824290a8
2016-07-20 01:11:11 +00:00
Jenkins
431a79ba3d
Merge "remove unused LOG"
2016-07-15 13:14:13 +00:00
Jenkins
3c6f82dfaf
Merge "Display Health status of VIM"
2016-07-11 19:30:22 +00:00
Jenkins
af6db3f107
Merge "Updated from global requirements"
2016-07-11 04:15:41 +00:00
Jenkins
6fd6b66466
Merge "Add .idea/ to python-tackerclient .gitignore"
2016-07-11 04:06:18 +00:00
ji-xuepeng
654ad24e3b
remove unused LOG
...
This is to remove unused LOG to keep code clean
Change-Id: Iba4e29892f3011356ce927f73ce9f418365df609
2016-07-10 14:59:47 +08:00
OpenStack Proposal Bot
b35672be34
Updated from global requirements
...
Change-Id: Icfa8e264b51ffdf10e6891f40b025c5d61933002
2016-07-09 19:27:25 +00:00
Neeldhwaj Pathak
04298efa2d
Add .idea/ to python-tackerclient .gitignore
...
Change-Id: I03c4403d6256825f6d82e81256b60d03b42c52de
2016-07-08 21:23:13 +05:30
xu-haiwei
a5ad0bc3d3
Fix ext-show command error
...
Currently ext-show command can not be ran correctly, because
there are duplicated arguments added to command options.
Change-Id: I36fdb3608f9976c633902bba04d61c3cd63b1b39
Closes-bug: #1595036
2016-07-08 01:14:20 +00:00
OpenStack Proposal Bot
f42187050f
Updated from global requirements
...
Change-Id: I155f111afd011f42146b24a7591ad0452cd8ed76
2016-06-30 18:50:03 +00:00
OpenStack Proposal Bot
a4dcd7634a
Updated from global requirements
...
Change-Id: Id797401c8b23fba00ac9c20737b5f51a51c2309f
2016-06-24 08:45:56 +00:00
Jenkins
885b53b6d0
Merge "Change the initial letter to capitals in Tacker CLI help texts"
0.4.0
2016-06-24 04:36:32 +00:00
Kawaguchi Kentaro
805ca417b8
Change the initial letter to capitals in Tacker CLI help texts
...
Change-Id: I24f87e65d963b5e425e4b49337d05830bcccc130
Closes-bug: #1593661
2016-06-22 12:55:32 +09:00
OpenStack Proposal Bot
ffa34ca3d4
Updated from global requirements
...
Change-Id: I221812239ce4369374902dc7bdf663dc5c7023c8
2016-06-21 18:05:55 +00:00
Jenkins
8605e2d254
Merge "Add client side support for error_reason"
2016-06-18 13:39:28 +00:00
Bharath Thiruveedula
fc363ee49a
Add client side support for error_reason
...
Change-Id: I9bb58c5648f62a4b8eacc2d5b48ff95869cc8ae8
Partial-Bug: #1524214
Depends-On: I4897e7e4ebdb8c887fb9882e693e5b3d3f4664e5
2016-06-17 14:36:35 +05:30
xu-haiwei
67c034b8a1
Change bind_port to 9890
...
Since the bind_port of tacker server is changed to 9890, fix the
document and test case to meet this change.
Change-Id: I5baff302517c8bd8b7cc14b10e771beb9079762b
2016-06-10 17:02:53 +09:00
Jenkins
d5ee6c3b50
Merge "Fix incompatible code with python3 for tox pep8 test"
2016-06-08 20:06:40 +00:00
Tin Lam
f48c03db9b
Add reno support to python-tackerclient
...
Added release notes management to python-tackerclient project similar
to other OpenStack projects. See [1].
[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html
Change-Id: Ib7cf5ac01988fd51dab6196b71e1a9a2e9eff190
2016-06-05 01:54:50 -05:00
OpenStack Proposal Bot
51e493e767
Updated from global requirements
...
Change-Id: I7a00335c5830ca25208489c22de85427ce809a31
2016-06-02 21:12:07 +00:00
OpenStack Proposal Bot
4d0003084c
Updated from global requirements
...
Change-Id: I586795247d4d4fd568739bdaa8c2d2f815ae3e97
2016-05-31 03:06:41 +00:00
Hideki Saito
d47747260f
Fix incompatible code with python3 for tox pep8 test
...
"tox -e pep8" fails when python3 is used.
This patch fixes it.
Closes-Bug: #1583984
Change-Id: Idff17f64d2d4789acee08bd98902ae50312ddc92
2016-05-25 10:23:23 +09:00
Luka Krajger
05ac550251
Capitalize help descriptions
...
Change-Id: Ie93af370e455990ee2e4fcbb11a9f1dbfeb51aab
2016-05-19 18:03:14 +02:00
OpenStack Proposal Bot
331968496a
Updated from global requirements
...
Change-Id: Ie37ce23c4ea53a2d636ac5875b613ae889a67c26
2016-05-17 14:10:26 +00:00
OpenStack Proposal Bot
af528bec28
Updated from global requirements
...
Change-Id: I893f2810626b0a616fd6005068d0e4465e97a35d
2016-05-17 03:03:12 +00:00
Bharath Thiruveedula
c32028201f
Display Health status of VIM
...
Change-Id: I59993e2b2187588cc216cba3d05e3da1b4f1cc2c
Closes-Bug: #1554280
Depends-On: I25beaa5e1fd2fca87503c45d720f89d6f8156622
2016-05-12 16:39:52 +05:30
OpenStack Proposal Bot
a6bd47cc80
Updated from global requirements
...
Change-Id: Ifb080a5ba090f4cec5c53a3ebb8fcf293085eedf
2016-05-06 22:22:54 +00:00
Jenkins
cce904b24b
Merge "Fix deprecation warning in tackerclient"
2016-05-02 22:04:38 +00:00
Jenkins
c784737bcf
Merge "Updated from global requirements"
2016-05-02 20:22:31 +00:00
Jenkins
bc4b14ad45
Merge "Clean device from help message"
2016-05-02 20:22:25 +00:00
OpenStack Proposal Bot
4312359ae3
Updated from global requirements
...
Change-Id: I62c040c06269e92fb315b417e3a1bc601a08ed71
2016-04-30 18:08:54 +00:00
dharmendra
f7b11685c4
py3.x: Use six.iteritems for Iterable dict items.
...
py3.x: Use six.iteritems for Iterable dict items instead of dict.iteritems.
Change-Id: Ibc4dbee779c1da52eba5b9ed34b982103c404e7f
Related-Bug: #1547712
2016-04-22 11:07:39 +05:30