summaryrefslogtreecommitdiff
path: root/troveclient/tests/test_shell.py
diff options
context:
space:
mode:
authorSwapnil Kulkarni <swapnilkulkarni2608@gmail.com>2014-01-25 08:25:25 +0530
committerCraig Vyvial <cp16net@gmail.com>2014-12-09 13:33:33 -0600
commitcd58da52134069f94e7efb82685882d5d3aa122f (patch)
tree75de3ed3ea1e4c5be068e77ca346a3d706ea843b /troveclient/tests/test_shell.py
parent4d8e1567ec35ebda8071862bbc5c6818685a5205 (diff)
downloadpython-troveclient-cd58da52134069f94e7efb82685882d5d3aa122f.tar.gz
Remove RAX-specific auth in troveclient
Author: Swapnil Kulkarni <swapnilkulkarni2608@gmail.com> Co-Authored-By: Nikhil Manchanda <SlickNik@gmail.com> Co-Authored-By: Craig Vyvial <cp16net@gmail.com> Change-Id: I250777890a1f5240c5f14290cf02eb5a7b34b434 Closes-Bug: #966329
Diffstat (limited to 'troveclient/tests/test_shell.py')
-rw-r--r--troveclient/tests/test_shell.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/troveclient/tests/test_shell.py b/troveclient/tests/test_shell.py
index aaca9e1..853f2a4 100644
--- a/troveclient/tests/test_shell.py
+++ b/troveclient/tests/test_shell.py
@@ -150,7 +150,9 @@ class ShellTest(testtools.TestCase):
def test_no_auth_url(self):
required = ('You must provide an auth url'
- ' via either --os-auth-url or env[OS_AUTH_URL]',)
+ ' via either --os-auth-url or env[OS_AUTH_URL] '
+ 'or specify an auth_system which defines a default '
+ 'url with --os-auth-system or env[OS_AUTH_SYSTEM]',)
self.make_env(exclude='OS_AUTH_URL')
try:
self.shell('list')