Skip to content

Instantly share code, notes, and snippets.

@michalskalski
Created February 27, 2017 16:03
Show Gist options
  • Save michalskalski/61974029a2d9171b1e921abe1cd1a743 to your computer and use it in GitHub Desktop.
Save michalskalski/61974029a2d9171b1e921abe1cd1a743 to your computer and use it in GitHub Desktop.
allow assign cinder role without backend
--- 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