Skip to content

Commit bbd591d

Browse files
bzhaoopenstackkiwik
authored andcommitted
Fix PR#1519 for increase swift device size (apache#480)
This patch fixes the issue mentioned in PR#1519. The default size of devstack swift is 2G, if we enable octavia or we create some new images into glance during test. We will get failure. The key reason for this is the swift device size is too small. So this patch will increase the size through pass a env parameter in devstack local conf. Close: theopenlab/openlab#222
1 parent c73fea7 commit bbd591d

File tree

1 file changed

+1
-0
lines changed
  • roles/create-devstack-local-conf/tasks

1 file changed

+1
-0
lines changed

roles/create-devstack-local-conf/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[[local|localrc]]
99
NETWORK_GATEWAY=10.0.0.1
1010
enable_plugin neutron git://git.openstack.org/openstack/neutron
11+
SWIFT_LOOPBACK_DISK_SIZE=10G
1112
EOF
1213
executable: /bin/bash
1314

0 commit comments

Comments
 (0)