summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index f26863c..c3733ae 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -553,6 +553,7 @@ class HeatShell(object):
kwargs = {
'username': args.os_username,
'password': args.os_password,
+ 'auth_url': args.os_auth_url,
'token': args.os_auth_token,
'include_pass': args.include_password,
'insecure': args.insecure,