Fix py3 Syntax error

Change-Id: I1aab038cbd9c010296c8c3aa67ae50b3ee27cfd4
This commit is contained in:
Frode Nordahl 2018-11-02 09:07:30 +01:00
parent 15bcd8c9f3
commit 14774b987b
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ class CephRadosGwBasicDeployment(OpenStackAmuletDeployment):
try:
conn.put_container(container)
except swiftclient.exceptions.ClientException as e:
print "EXCEPTION", e.http_status
print("EXCEPTION {}".format(e.http_status))
if e.http_status == 409:
# Ceph RadosGW is currently configured with a global namespace
# for container names. Make use of this to verify that we