Added :pragma-foodcritic:
This commit is contained in:
@@ -66,9 +66,7 @@ default["glance"]["syslog"]["config_facility"] = "local2" # node_attribute
|
|||||||
|
|
||||||
# platform-specific settings
|
# platform-specific settings
|
||||||
case platform
|
case platform
|
||||||
# FC024: Probably won't be running this on Amazon.
|
when "fedora", "redhat", "centos" # :pragma-foodcritic: ~FC024 - won't fix this
|
||||||
# when "centos", "redhat", "amazon", "scientific"
|
|
||||||
when "fedora", "redhat", "centos"
|
|
||||||
default["glance"]["platform"] = {
|
default["glance"]["platform"] = {
|
||||||
"mysql_python_packages" => [ "MySQL-python" ], # node_attribute
|
"mysql_python_packages" => [ "MySQL-python" ], # node_attribute
|
||||||
"glance_packages" => [ "openstack-glance", "openstack-swift", "cronie" ], # node_attribute
|
"glance_packages" => [ "openstack-glance", "openstack-swift", "cronie" ], # node_attribute
|
||||||
|
|||||||
Reference in New Issue
Block a user