Files
openstack-sdk-php/test/example.settings.ini
Matt Farina 948eb89ba8 Migrating the transport layer to use the proposed FIG PSR for http
messages and to use Guzzle 4 as the default transport layer.

implements blueprint guzzle-transport
Closes-Bug: 1277535

Change-Id: I287587b75f42bb48e945335a7b734cadaedc684f
2014-04-15 15:36:49 -04:00

54 lines
1.5 KiB
INI

;;;;;;;;;;;;;;;;;;;;;
; 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