Files
python-tackerclient/tackerclient/tests/unit
Shubham Potale 727129d958 Show proper error message for non-existing vnf package
When you pass non-existing vnf package uuid to ``vnf package upload``
command as shown below, it doesn't show user-friendly message as it's
shown in case ``vnf package show`` command.

  $openstack vnf package upload --path sample_vnf_pkg.zip dummy-id
  "404-tackerFault"

This patch fixes this issue and now it will output below error message:

  $openstack vnf package upload --path sample_vnf_pkg.zip dummy-id
  Can not find requested vnf package: dummy-id

Change-Id: I84de0140463d6bd834d3bcc22f6a6cea1fef9130
Closes-Bug: #1799683
2019-10-16 14:50:21 +05:30
..
2018-11-28 10:25:44 +09:00
2014-07-04 19:10:43 +09:00
2018-02-09 15:22:25 +08:00
2014-07-04 19:10:43 +09:00
2019-09-13 10:27:48 +00:00