Swift: don't start optionnal services by default

Following I8a0d03ac0296a74e38efd185beb8513866eaf0c4, in light of
saving some Mo of RAM in our test VMs, this turns the Devstack flag
named 'SWIFT_START_ALL_SERVICES' to False.

Note: we can't use the local_conf: stanza in project-config job
definitions because that would require changing many, many job
definitions.

Change-Id: Id249800bff506d8ef7a69c6e342cceefb07b871a
This commit is contained in:
Jordan Pittier 2017-04-07 16:27:33 +02:00
parent c6e615ce44
commit 782269e4ce
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ function setup_localrc {
localrc_set "$localrc_file" "FIXED_NETWORK_SIZE" "4096"
localrc_set "$localrc_file" "VIRT_DRIVER" "$DEVSTACK_GATE_VIRT_DRIVER"
localrc_set "$localrc_file" "SWIFT_REPLICAS" "1"
localrc_set "$localrc_file" "SWIFT_START_ALL_SERVICES" "False"
localrc_set "$localrc_file" "LOG_COLOR" "False"
# Don't reset the requirements.txt files after g-r updates
localrc_set "$localrc_file" "UNDO_REQUIREMENTS" "False"