Set counts for block and object storage to 0.

We aren't yet deploying these in the overcloud. Might as well have the
defaults match reality.

Change-Id: If5c2f282a79412ba3b05e383a77eec26e6c73186
This commit is contained in:
James Slagle 2015-03-19 16:12:17 -04:00
parent 5a3a409916
commit 4c0d9b5c03

View File

@ -9,5 +9,5 @@ export BM_NETWORK_GATEWAY="172.17.0.1"
export NEUTRON_NETWORK_TYPE=gre
export NEUTRON_TUNNEL_TYPES=gre
export COMPUTESCALE=1
export BLOCKSTORAGESCALE=1
export SWIFTSTORAGESCALE=1
export BLOCKSTORAGESCALE=0
export SWIFTSTORAGESCALE=0