Created
February 27, 2017 16:03
-
-
Save michalskalski/61974029a2d9171b1e921abe1cd1a743 to your computer and use it in GitHub Desktop.
allow assign cinder role without backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- cinder.json.back 2017-02-27 09:39:25.144547732 +0000 | |
+++ cinder.json 2017-02-27 15:58:21.409183930 +0000 | |
@@ -2,10 +2,6 @@ | |
"meta": { | |
"restrictions": [ | |
{ | |
- "message": "Cinder LVM should be enabled in the environment settings.", | |
- "condition": "settings:storage.volumes_lvm.value == false" | |
- }, | |
- { | |
"message": "Ceph RBD cannot be used with Cinder", | |
"condition": "settings:storage.volumes_ceph.value == true" | |
} | |
@@ -26,10 +22,6 @@ | |
{ | |
"id": "os", | |
"allocate_size": "min" | |
- }, | |
- { | |
- "id": "cinder", | |
- "allocate_size": "all" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment