diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-09-25 12:48:20 +0200 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-09-26 11:32:48 +0000 |
commit | fc1477a5e965cff4b6aa128b90246da8e2775e1b (patch) | |
tree | 291581bbf61ebf413ece48876880671f644913c3 /fuel/deploy/templates | |
parent | 7743e77533f9c07835a380c77fb687e51dba0537 (diff) |
Increasing storage size for Controllers and Computes in Virtual Deployment
Change-Id: I69b79af835e5dd7df465e5bde75023a77fb23527
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/templates')
-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 |