AIO: Fix typo in bootstrap-host
Use bootstrap_host_loopback_swift_size instead of bootstrap_host_loopback_cinder_size in "Create sparse Swift files". Change-Id: I1f795e65f9e68f053251ef2d2ce802233ff4cf33
This commit is contained in:
parent
7cda6ba8a4
commit
62f0afc631
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Create sparse Swift files
|
||||
shell: "truncate -s {{ bootstrap_host_loopback_cinder_size }}G /openstack/{{ item }}.img"
|
||||
shell: "truncate -s {{ bootstrap_host_loopback_swift_size }}G /openstack/{{ item }}.img"
|
||||
args:
|
||||
creates: "/openstack/{{ item }}.img"
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user