Fix simple-init install type flag

The install-type element is controlled by the
DIB_INSTALLTYPE_* flag[1], not DIB_INSTALL_TYPE. This patch fixes the
variable name so that we really are installing glean from the git
repository and not from pip.

[1] http://docs.openstack.org/developer/diskimage-builder/elements/install-types/README.html#environment-variables

Change-Id: I634706f421fbcf3edf1ae9d18a75e2cb9659eefe
This commit is contained in:
Colleen Murphy 2015-11-03 18:45:50 -08:00
parent f3e9cf9b98
commit 7ce4e9595d

View File

@ -3,7 +3,7 @@ dib_os_element: "debian"
dib_env_vars:
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"
DIB_INSTALL_TYPE_simple_init: repo
DIB_INSTALLTYPE_simple_init: repo
build_ramdisk: false
dib_trace: false
dib_uncompressed: false