summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
authorAndrew Plunk <andrew.plunk@rackspace.com>2013-08-05 10:28:47 -0500
committerAndrew Plunk <andrew.plunk@rackspace.com>2013-08-07 09:47:40 -0500
commit68999ba81fc622ab9274d26725fddda83a631f53 (patch)
treecd6e2aad5eac1516ef1b590a2c526c656dbe39ec /heatclient/exc.py
parent2c05c73a6b7137a428111bb52b97087aac1c43a0 (diff)
downloadpython-heatclient-68999ba81fc622ab9274d26725fddda83a631f53.tar.gz
Generate a template from a resource
Setup the command line options and calls for generating a template from an installed resource. blueprint resource-template Change-Id: If533bd90b1ec73bbe2603b55a0a7621879d355ec
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index 6996bf2..60be0fd 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -138,6 +138,10 @@ class HTTPOverLimit(OverLimit):
pass
+class HTTPUnsupported(HTTPException):
+ code = 415
+
+
class HTTPInternalServerError(HTTPException):
code = 500