From ee84b32f9d78c76874f5c41d27094894af4ee311 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Tue, 18 Dec 2018 22:11:47 +0000 Subject: [PATCH] [gate] Support python-openstackclient as found in Ubuntu 16.04 Support python-openstackclient 2.3.1-0ubuntu1 - this is the version found in Ubuntu 16.04. Change-Id: I0494b01e875ae122374bf2d6efd2fba52d43e4f1 --- tools/deployment/multinode/090-ceph-radosgateway.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deployment/multinode/090-ceph-radosgateway.sh b/tools/deployment/multinode/090-ceph-radosgateway.sh index dcfbb5e996..014231f6f5 100755 --- a/tools/deployment/multinode/090-ceph-radosgateway.sh +++ b/tools/deployment/multinode/090-ceph-radosgateway.sh @@ -59,5 +59,5 @@ helm status radosgw-openstack export OS_CLOUD=openstack_helm openstack service list openstack container create 'mygreatcontainer' -curl -L -o /tmp/important-file.jpg https://imgflip.com/s/meme/Cute-Cat.jpg -openstack object create --name 'superimportantfile.jpg' 'mygreatcontainer' /tmp/important-file.jpg +curl -L -o '/tmp/superimportantfile.jpg' 'https://imgflip.com/s/meme/Cute-Cat.jpg' +( cd /tmp && openstack object create 'mygreatcontainer' 'superimportantfile.jpg' )