openstack-sdk-php/test/example.settings.ini
2012-06-11 17:58:32 -04:00

56 lines
1.5 KiB
INI

;;;;;;;;;;;;;;;;;;
; Object Storage ;
;;;;;;;;;;;;;;;;;;
; Settings to work with swift:
; Account is the tenandId:console username.
hpcloud.swift.account = 12345678:87654321
; Key is the console account password.
hpcloud.swift.key = abcdef123456
; URL is the same as used for identity services calls (including port) except
; with /auth/v1.0/ appended to the end.
hpcloud.swift.url = https://region-a.geo-1.identity.hpcloudsvc.com:35357/auth/v1.0/
; Container used for testing.
hpcloud.swift.container = "I♡HPCloud"
;;;;;;;;;;;;;;;;;;;;;
; Identity Services ;
;;;;;;;;;;;;;;;;;;;;;
; This URL is bogus. Replace it with the correct one.
; Note: Do not append a version number!
hpcloud.identity.url = https://region-a.geo-1.idenity.hpcloudsvc.com
; Set the tenant ID
hpcloud.identity.tenantId =
; For authentication by username.
hpcloud.identity.username =
hpcloud.identity.password =
; For authentication by account ID.
hpcloud.identity.account =
hpcloud.identity.secret =
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Configuration Parameters ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; To sest the HTTP transport layer to use CURL:
; transport = "\HPCloud\Transport\CURLTransport"
; The default is to use a PHP stream wrapper, which is slower,
; but widely supported.
; transport = "\HPCloud\Transport\PHPStreamTransport"
; Site the max time a connection will wait for the transaction to complete.
; transport.timeout = 500
; Turn on verbose debugging of the transport.
; transport.debug = 0
; Tell SSL not to worry about certs that can be verified.
; transport.ssl.verify = 1