<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hi,</div><div><br></div><div>I am unable to create containers in object store.</div><div><br></div><div>"Unable to get the Swift service info".</div><div>"Unable to get the swift container listing".</div><div><br></div><div>My horizon is running on 192.168.0.19. My swift is running on 192.168.0.12(how can i change it). </div><div><br></div><div>I am trying to list the container with python sdk. Is this the right api.</div><div><br></div><div><span><div>from openstack import connection</div><div>conn = connection.Connection(auth_url="http://192.168.0.19:5000/v3",</div><div>                      project_name="admin",username="admin",</div><div>                      password="6908a8d218f843dd",</div><div>                      user_domain_id="default",</div><div>                      project_domain_id="default",</div><div>                      identity_api_version=3)</div><div><br></div></span><br></div><div><br></div><div>for container in conn,object_store.containers():</div><div>print(container.name).</div><div><br></div><div>I need documentation of python sdk</div><div><br></div><div>Thanks,</div><div>Jayshankar</div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"></div></div></body></html>