From 5cbcf270d01ce30bbc5b6c2dc72b8ef90927e376 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 12 Sep 2016 00:24:38 +0300 Subject: [PATCH] Mention DIB_CLOUD_INIT_DATASOURCES in README DIB elements now require DIB_CLOUD_INIT_DATASOURCES to be set. Update README accordingly. See I9cf21bd063ea2bfbea7244656af8f3d0e79f20b1 and Ibcc3b86d6ca567a23f89b7a1a36bc713e444ef68 Change-Id: I4175d0265ea7d3a8719b49b084b94218000e25d2 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 0cf9b640..920d4327 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,7 @@ to Glance with the following commands: $ git clone https://git.openstack.org/openstack/diskimage-builder.git $ git clone https://git.openstack.org/openstack/murano-agent.git $ export ELEMENTS_PATH=murano-agent/contrib/elements + $ export DIB_CLOUD_INIT_DATASOURCES=OpenStack $ diskimage-builder/bin/disk-image-create vm ubuntu \ murano-agent -o ubuntu-murano-agent.qcow2 $ glance image-create --disk-format qcow2 --container-format bare \