Now it shoudl work... really...

This commit is contained in:
Egon Rijpkema 2018-07-26 14:50:30 +02:00
parent c6b640febd
commit a66adc2524
1 changed files with 3 additions and 2 deletions

View File

@ -28,5 +28,6 @@
dest: /tmp/cirros-0.4.0-x86_64-disk.img
checksum: sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8
- shell: >
source /srv/keystone/root/admin-openrc.sh &&
openstack image create --disk-format qcow2 cirros < cirros-0.4.0-x86_64-disk.img
bash -c "source /srv/keystone/root/admin-openrc.sh &&
openstack image create --disk-format qcow2 cirros
< /tmp/cirros-0.4.0-x86_64-disk.img"