Go to file
xu-haiwei 18eac0d3c6 Handle ResourceNotFound when resource is not found
When creating, updating or deleting a resource which is not
existing, senlinclient desired HTTPNotFound in the current
implementation. But when server requests go to openstacksdk,
openstacksdk will convert all notfound exceptions into its
own exception type ResourceNotFound. So Senlin client should
handle this exception instead.
There is an exception when listing nodes of a cluster, ResourceNotFound
exception will be raised only when printing the output, so there is
no need to catch it when getting the nodes.

Change-Id: Ib80d749e62ed41ae07734a784d309e47c0d3fcca
2016-02-08 15:24:58 +09:00
2015-10-27 13:39:29 +08:00
2015-10-17 22:37:46 +00:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:16:32 +08:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:59:59 +08:00
2015-09-24 01:06:52 -04:00
2015-09-17 12:18:23 +00:00
2015-02-07 12:12:13 +08:00

python-senlinclient

Client library for OpenStack Clustering Service API

Description
RETIRED, Client library for Senlin API
Readme 6.4 MiB