diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-09-25 13:57:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-25 13:57:21 +0000 |
commit | 255c354b0d10b44ff9060d0104cca306b98e63a1 (patch) | |
tree | 02b5a3f1fa50556aa34a9ea7d9616d7c64c6f3e2 /fuel | |
parent | 9e6867574a3fe46486eeb906f26888be43c7a96e (diff) | |
parent | 07b980adcb4c3f9a3e1ac4c8afcfac2a9d45e8d8 (diff) |
Merge "Increasing storage size for Controllers and Computes in Virtual Deployment"
Diffstat (limited to 'fuel')
-rw-r--r-- | fuel/deploy/templates/virtual_environment/conf/dha.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuel/deploy/templates/virtual_environment/conf/dha.yaml b/fuel/deploy/templates/virtual_environment/conf/dha.yaml index 49458cb..6d476b8 100644 --- a/fuel/deploy/templates/virtual_environment/conf/dha.yaml +++ b/fuel/deploy/templates/virtual_environment/conf/dha.yaml @@ -34,5 +34,5 @@ virtNetConfDir: templates/virtual_environment/networks disks: fuel: 50G - controller: 30G - compute: 30G + controller: 50G + compute: 50G |