summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKun Huang <gareth@unitedstack.com>2013-07-07 16:17:28 +0800
committerKun Huang <gareth@unitedstack.com>2013-07-07 16:22:01 +0800
commit94d7c2318100bfdcaf42ecb2fb7ecd82ebfbef69 (patch)
tree5e7865001538d847bf1213d727242fc7822de6dd
parent6f7458a2903f6be2bf3271825e837d30b4e9f737 (diff)
downloadpython-swiftclient-1.5.0.tar.gz
Note '-V 2' is necessary for auth 2.01.5.0
Here are some questions in Launchpad, just because they miss '-V 2' for auth 2.0. https://answers.launchpad.net/swift/+question/231938 https://answers.launchpad.net/swift/+question/231279 So I add somethins for noteing people add the '-V 2' Change-Id: I2e0fef969be4eca316975de03fdbc516a1069acf
-rwxr-xr-xbin/swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/swift b/bin/swift
index 416b183..8224b4d 100755
--- a/bin/swift
+++ b/bin/swift
@@ -1258,7 +1258,8 @@ to be set or overridden with -A, -U, or -K.
Auth version 2.0 requires OS_AUTH_URL, OS_USERNAME, OS_PASSWORD, and
OS_TENANT_NAME OS_TENANT_ID to be set or overridden with --os-auth-url,
---os-username, --os-password, --os-tenant-name or os-tenant-id.'''.strip('\n'))
+--os-username, --os-password, --os-tenant-name or os-tenant-id. Note:
+adding "-V 2" is necessary for this.'''.strip('\n'))
return options, args