Loopback cinder image must insert before exit 0

Closes-Bug: 1615320
Change-Id: I4064507ed6a10ace85fe7de9f8cbaf86e2ceb07c
This commit is contained in:
Jirayut Nimsaeng
2016-08-21 11:09:47 +07:00
parent be819de390
commit 5f396ddd40

View File

@@ -50,6 +50,7 @@
lineinfile:
dest: /etc/rc.local
line: "losetup $(losetup -f) /openstack/cinder.img"
insertbefore: "^exit 0$"
tags:
- cinder-rc-config