cinder states yaml

Change-Id: I33cbc2656aea0e75da2207fb37be7650f0a1740c
This commit is contained in:
Alexey Weyl 2016-03-24 15:51:28 +02:00
parent f1c854988c
commit 01e6cdcd64

View File

@ -0,0 +1,35 @@
category: RESOURCE
states:
- normalized state:
name: ERROR
priority: 50
original states:
- name: ERROR
- name: ERROR_DELETING
- name: ERROR_RESTORING
- name: ERROR_EXTENDING
- normalized state:
name: UNRECOGNIZED
priority: 40
original states:
- name: UNRECOGNIZED
- normalized state:
name: TRANSIENT
priority: 30
original states:
- name: CREATING
- name: ATTACHING
- name: DELETING
- name: RESTORING-BACKUP
- name: BACKING-UP
- normalized state:
name: SUBOPTIMAL
priority: 20
original states:
- name: SUBOPTIMAL
- normalized state:
name: RUNNING
priority: 10
original states:
- name: IN-USE
- name: AVAILABLE