Loopback cinder image must insert before exit 0

Closes-Bug: 1615320
Change-Id: I4064507ed6a10ace85fe7de9f8cbaf86e2ceb07c
(cherry picked from commit 5f396ddd40)
This commit is contained in:
Jirayut Nimsaeng 2016-08-21 11:09:47 +07:00 committed by Byron McCollum
parent a489036521
commit be71f0f97b

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