RETIRED, Fuel plugin to detach Keystone from controller role
Go to file
Sergii Golovatiuk 968bb2bd79 Fix behavior on empty yaml
parseyaml('') returns false which cannot be used in pick as pick
requires Array or Hash on input. Adding is_bool allows to address this
issue

Proper fix should be in parseyaml itself. [MODULES-2462] should address
this issue.

Change-Id: I1ac53f2944d2fa7831430adbc06893e114191b6d
Closes-Bug: 1488455
2015-08-25 14:34:43 +02:00
deployment_scripts Fix behavior on empty yaml 2015-08-25 14:34:43 +02:00
repositories Initial commit 2015-08-17 13:16:42 +02:00
.gitignore Initial commit 2015-08-17 13:16:42 +02:00
.gitreview Added .gitreview 2015-08-14 15:43:10 +00:00
LICENSE Initial commit 2015-08-17 13:16:42 +02:00
README.md Initial commit 2015-08-17 13:16:42 +02:00
deployment_tasks.yaml Use standard virtual_ips task for keystone_vip 2015-08-24 12:23:37 +02:00
environment_config.yaml Initial commit 2015-08-17 13:16:42 +02:00
metadata.yaml Initial commit 2015-08-17 13:16:42 +02:00
network_roles.yaml Initial commit 2015-08-17 13:16:42 +02:00
node_roles.yaml Initial commit 2015-08-17 13:16:42 +02:00
post_install.sh Initial commit 2015-08-17 13:16:42 +02:00
pre_build_hook Initial commit 2015-08-17 13:16:42 +02:00
tasks.yaml Initial commit 2015-08-17 13:16:42 +02:00
uninstall.sh Initial commit 2015-08-17 13:16:42 +02:00
volumes.yaml Initial commit 2015-08-17 13:16:42 +02:00

README.md

detach-keystone

Plugin to detach Keystone from controller role

Because of limitations in Fuel's granular deployment and keystone's DB dependency, this plugin must be installed and activated alongside with the detach-database plugin.