README: add example for variable override
Change-Id: Ic63b298a185e7493032b6b59943db8e8bd42b18c Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
1 changed files with 11 additions and 0 deletions
11
README.rst
11
README.rst
@@ -56,3 +56,14 @@ For example, running:
tox -e buildimage -- -s cifs
Will generate an Ubuntu based image with CIFS.
Configurable variables
----------------------
You can override some build variables from ``manila-image-create``, for example:
.. sourcecode:: bash
export DHCP_TIMEOUT=600
export MANILA_PASSWORD=PASSWORD
tox -e buildimage
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.