mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Adding domain id and name for openstack provider API Keystone v3 (#46695)
This commit is contained in:
parent
3d7a13dba4
commit
2fab7f169f
2
types/pkgcloud/index.d.ts
vendored
2
types/pkgcloud/index.d.ts
vendored
@ -69,6 +69,8 @@ export interface OpenstackProviderOptions {
|
||||
tenantId?: string;
|
||||
version?: string;
|
||||
keystoneAuthVersion?: string;
|
||||
domainId?: string;
|
||||
domainName?: string;
|
||||
}
|
||||
|
||||
export type RackspaceRegions =
|
||||
|
||||
@ -34,7 +34,9 @@ pkgcloud.storage.createClient({
|
||||
provider: 'openstack',
|
||||
authUrl: 'http://example.com',
|
||||
username: 'username',
|
||||
password: 'password'
|
||||
password: 'password',
|
||||
domainId: 'default',
|
||||
domainName: 'default'
|
||||
});
|
||||
|
||||
// Rackspace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user