;;;;;;;;;;;;;;;;;;;;; ; Identity Services ; ;;;;;;;;;;;;;;;;;;;;; ; This is the default Identity Service URL. openstack.identity.url = https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0 ; Set the tenant ID openstack.identity.tenantId = openstack.identity.tenantName = ; For authentication by username. openstack.identity.username = openstack.identity.password = ;;;;;;;;;;;;;;;;;; ; Object Storage ; ;;;;;;;;;;;;;;;;;; ; Settings to work with swift: ; Account is the tenandId:console username. openstack.swift.account = 12345678:87654321 ; Key is the console account password. openstack.swift.key = abcdef123456 ; URL is the same as used for identity services calls (including port) except ; with /auth/v1.0/ appended to the end. openstack.swift.url = https://region-a.geo-1.identity.hpcloudsvc.com:35357/auth/v1.0/ ; Container used for testing. openstack.swift.container = "I♡HPCloud" ; Specified region name to test against. openstack.swift.region = "region-a.geo-1" ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Configuration Parameters ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The HTTP Transport Client to use. transport = "\OpenStack\Transport\GuzzleClient" ; If behind a proxy set to the https proxy server communications need ; to pass through. ; transport.proxy = "https://username:password@foobar.com:1234" ; Turn on verbose debugging of the transport. ; transport.debug = 1 ; Site the max time (in seconds) a connection will wait for the transaction to complete. ; transport.timeout = .5 ; Tell SSL not to worry about certs that can be verified. ; transport.ssl.verify = 0