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:
Junya Akahira 2016-02-17 21:27:00 +09:00
parent 7cda6ba8a4
commit 62f0afc631

View File

@ -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: