
Stronger Validation for Openstack.config. Better handling of detecting and raising NullReferenceExceptions Removal of dead code in a few places Added ability for each ServiceProvider to supply a ServiceMap which translates his name for a CoreService to something we can work with. Optimized code for dealing with Runspaces. This change implements 2 separate use cases for Multi-Vendor support. a. Initial Bootstrapping b. Switch Providers Change-Id: Ided462e5050214321e1ead50cf0498707d59128f Partially-implements: blueprint implement-multiple-vendor-support
22 lines
414 B
PowerShell
22 lines
414 B
PowerShell
@{
|
|
ModuleToProcess = 'OpenStack.Client.Powershell.dll'
|
|
GUID="{847a28a4-6407-4aa6-8070-a4a51396db70}"
|
|
Author="Travis Plummer"
|
|
CompanyName="Hewlett-Packard Corporation"
|
|
Copyright="© Hewlett-Packard. All rights reserved."
|
|
ModuleVersion="1.0.0.0"
|
|
PowerShellVersion="2.0"
|
|
CLRVersion="4.0.30319"
|
|
FormatsToProcess="OpenStack.format.ps1xml"
|
|
FileList='OpenStack.config'
|
|
RequiredAssemblies = 'OpenStack.dll'
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|