Reviewed: https:/ /review. openstack. org/293997
Committed: https:/ /git.openstack. org/cgit/ openstack/ python- openstackclient /commit/ ?id=56f9227063c b86594600ccc80c 661101f0f0c2c8
Submitter: Jenkins
Branch: master
commit 56f9227063cb865 94600ccc80c6611 01f0f0c2c8
Author: Tang Chen <email address hidden>
Date: Mon Mar 14 14:03:04 2016 +0800
Enhance exception handling for "network delete" command
This patch rework "network delete" command following the
rules in doc/source/ command- errors. rst.
In "network delete" command, there are multiple REST API
calls, and we should make as many of them as possible.
And log error for each one, give a better error message.
Also return a non-zero exit code.
Change-Id: I39ae087dd7bd08 d049d513abfa6c5 cab2bd13b2b
Partial-Bug: #1556719