aboutsummaryrefslogtreecommitdiffstats
path: root/vicn/core/state.py
diff options
context:
space:
mode:
authorMarcel Enguehard <mengueha+fdio@cisco.com>2017-04-11 10:24:25 +0200
committerMarcel Enguehard <mengueha+fdio@cisco.com>2017-04-11 08:30:34 +0000
commitefd3df05559be6d2cdad38a02112c307c5013ccc (patch)
treeecce42d2de691d70eee44c3936e1d8fb8ad7aa81 /vicn/core/state.py
parent2021eb93cc7fd09e166fd721e8f2b814bba68bdb (diff)
* Handler for Lxd NotFound exception for attributes
* Typo in capacity settings * Error handling: vICN fails directly on exception * Removed urllib3 warnings * Trailing spaces Change-Id: I9358d33da8607f62496a4bfadd5da5228ee484dc Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
Diffstat (limited to 'vicn/core/state.py')
-rw-r--r--vicn/core/state.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/vicn/core/state.py b/vicn/core/state.py
index c32b8237..bb108b2b 100644
--- a/vicn/core/state.py
+++ b/vicn/core/state.py
@@ -56,6 +56,7 @@ class AttributeState:
PENDING_UPDATE = 'PENDING_UPDATE'
CLEAN = 'CLEAN'
ERROR = 'ERROR'
+ RESET = 'RESET'
class Operations:
SET = 'set'