diff options
author | Tovin Seven <vinhnt@vn.fujitsu.com> | 2017-06-19 10:09:48 +0700 |
---|---|---|
committer | Tovin Seven <vinhnt@vn.fujitsu.com> | 2017-07-27 01:33:05 +0000 |
commit | 3e235b2b510199a58bc3e19290ad42fd0aa5e289 (patch) | |
tree | 6e5af40ddf3184324a9cb30756735667c764e8d6 /releasenotes | |
parent | 2d5e3a7aaf7e5a333aaa527111c06b53823956b2 (diff) | |
download | python-cinderclient-3e235b2b510199a58bc3e19290ad42fd0aa5e289.tar.gz |
Make --profile load from environment variables
--profile argument can be loaded from OS_PROFILE environment variables
to avoid repeating --profile in client commands.
Co-Authored-By: Hieu LE <hieulq@vn.fujitsu.com>
Change-Id: Ia9b469024395327ec0ee082ddaea3234fc3ca5a6
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/profile-as-environment-variable-2a5c666ef759e486.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/profile-as-environment-variable-2a5c666ef759e486.yaml b/releasenotes/notes/profile-as-environment-variable-2a5c666ef759e486.yaml new file mode 100644 index 0000000..76fcd9d --- /dev/null +++ b/releasenotes/notes/profile-as-environment-variable-2a5c666ef759e486.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + ``--profile`` argument can be loaded from ``OS_PROFILE`` + environment variable to avoid repeating ``--profile`` + in openstack commands. |