kolla/releasenotes/notes/Add-work-dir-command-line-option-dd83aa934d5c9e3e.yaml
Javier Pena 8b38c4d5c9 Add work-dir command-line option
The working directory was previously generated as a temporary one,
but there may be cases when we want to specify a directory, for
example if we want to generate the Dockerfiles and then do some
parsing on them.

Change-Id: Ic332328913924bcb3d0dfa4d473e796050fc14b3
2017-03-01 13:01:55 +01:00

7 lines
202 B
YAML

---
features:
- A new work-dir command-line option has been added to
the client, to allow the user to specify a directory
to be used as working dir, instead of the default
temp directory.