]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: cloudlab support (part 3)
authorLoic Dachary <ldachary@redhat.com>
Mon, 4 Apr 2016 18:27:49 +0000 (20:27 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 14 Oct 2019 14:47:01 +0000 (16:47 +0200)
The ctl hostname was replaced by a fqdn that always ends with cloudlab.us

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/openstack/setup-openstack.sh

index bcb263de6daffa18d35c3c3ed3f37b79a8d01933..578a546a6878bbd237698ff927c8c8ef3a0cf15f 100755 (executable)
@@ -492,7 +492,7 @@ function verify_openstack() {
         provider=ovh
     elif echo $OS_AUTH_URL | grep -qq entercloudsuite.com ; then
         provider=entercloudsuite
-    elif echo $OS_AUTH_URL | grep -qq ctl: ; then
+    elif echo $OS_AUTH_URL | grep -qq cloudlab.us ; then
         provider=cloudlab
     else
         provider=any