87bd46651f
The aim of this patch is to provide ability to specify auto_security_group and security groups in default templates. Change-Id: I304f4965580a9737c826e2862a70970a53cd5db8 Closes-bug: 1470177
18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
[DEFAULT]
|
|
# Set the flavor_id to 2 which is m1.small in the
|
|
# default flavor set
|
|
flavor_id = 2
|
|
|
|
[cdh-5-default-namenode]
|
|
# For the CDH plugin, version 5, set the flavor_id
|
|
# of the master node to 4 which is m1.large in the
|
|
# default flavor set
|
|
flavor_id = 4
|
|
auto_security_group = true
|
|
|
|
[cdh-530-default-namenode]
|
|
# For the CDH plugin, version 5.3.0, set the flavor_id
|
|
# of the master node to 4 which is m1.large in the
|
|
# default flavor set
|
|
flavor_id = 4
|