Merge "[gate] Support python-openstackclient as found in Ubuntu 16.04"

This commit is contained in:
Zuul 2018-12-28 18:12:50 +00:00 committed by Gerrit Code Review
commit c0418b0fd0
1 changed files with 2 additions and 2 deletions

View File

@ -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' )