From 43e32116bda5fadd54d2e364fb7ba564392669a1 Mon Sep 17 00:00:00 2001 From: Amrith Kumar Date: Thu, 6 Jul 2017 22:49:42 -0400 Subject: [PATCH] fix readme.rst to reflect correct environment variable The readme.rst incorrectly refers to the environment variable DIB_APT_KEYS which should be DIB_ADD_APT_KEYS. See [1] for usage in code. This is a minor correction to the readme only, no runnable code is modified. [1] http://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/dpkg/extra-data.d/01-copy-apt-keys#n23 Change-Id: I04129cef9f40ec75a206c126bfd40ee61e4e6a2b --- diskimage_builder/elements/dpkg/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diskimage_builder/elements/dpkg/README.rst b/diskimage_builder/elements/dpkg/README.rst index b242db5e..5c6fe24e 100644 --- a/diskimage_builder/elements/dpkg/README.rst +++ b/diskimage_builder/elements/dpkg/README.rst @@ -13,13 +13,13 @@ The dpkg specific version of install-packages is also kept here. Environment Variables --------------------- -DIB_APT_KEYS +DIB_ADD_APT_KEYS :Required: No :Default: None :Description: If an extra or updated apt key is needed then define ``DIB_ADD_APT_KEYS`` with the path to a folder. Any key files inside will be added to the key ring before any apt-get commands take place. - :Example: ``DIB_APT_KEYS=/etc/apt/trusted.gpg.d`` + :Example: ``DIB_ADD_APT_KEYS=/etc/apt/trusted.gpg.d`` DIB_APT_LOCAL_CACHE :Required: No