9a22fb78f8Set the correct Storage Object Length in CreateStorageObject
plemanach
2015-03-29 12:39:55 +01:00
147864bc78Adding support for listing key pairs. Adding support for creating servers with key pairs.
Wayne Foley
2014-08-14 16:39:19 -07:00
95f15857b6Adding support for Assigning a floating ip to a server. Adding support for listing and getting servers. Adding support for releasing/deleting floating Ips.
Wayne Foley
2014-08-12 17:09:09 -07:00
4749851372Merge "Adding support for listing, getting, and creating floating ip addresses Fixed minor documentation typos."
Jenkins
2014-08-12 19:40:51 +00:00
14c4b30d11Adding support for listing, getting, and creating floating ip addresses Fixed minor documentation typos.
Wayne Foley
2014-08-11 17:13:12 -07:00
1613ad0c59Merge "Adding support for creating and deleting servers"
Jenkins
2014-08-12 18:33:08 +00:00
3b0ac605faAdding support for creating and deleting servers
Wayne Foley
2014-08-07 17:33:40 -07:00
87dae39949Adding support for listing networks Added network service client Fixed comments and typos.
Wayne Foley
2014-08-07 13:39:41 -07:00
ae3b0fbe19Fix for Bug#1342913
Wayne Foley
2014-07-25 14:40:20 -07:00
8d0f9cc73dupdating the tag names and url in the release notes to match the github tags
Wayne Foley
2014-06-17 13:09:30 -07:00
1b343f0bafAdding changelog for rlease notes
Wayne Foley
2014-06-17 10:24:42 -07:00
a952269947Adding support for creating, updating and deleting metadata on images and servers. Updating. and adding unit tests. Changing "ListImages" and "ListFlavors" to be more consistent with the GetX sematic.
Wayne Foley
2014-06-12 10:29:04 -07:00
6c8504f607Adding support for listing, getting and deleting images
Wayne Foley
2014-06-06 16:29:59 -07:00
a3a7eb1dafAdding intial compute service client. Adding support for listing and getting flavor information Added unit tests for the new compute service client Refactoring the StorageServiceClinetContext to be a generic ServiceClientContext Created a base class for service clients in order to maximize code reuse.
Wayne Foley
2014-06-02 17:49:46 -07:00
9c82ee9e9eUpdating readme code example.
Wayne Foley
2014-06-02 09:01:33 -07:00
8d36c9a4a1Updating version information for nuget release
v0.9.1
Wayne Foley
2014-05-30 13:45:04 -07:00
92bec3753eMerge "Fixes a bug where user could not connect to devstack using the sdk example."
Jenkins
2014-05-30 18:42:20 +00:00
26a8760388Fixes a bug where user could not connect to devstack using the sdk example.
Wayne Foley
2014-05-29 12:17:02 -07:00
b92bf2271eAdding nuspec and signing key
v0.9.0
Wayne Foley
2014-05-12 14:09:19 -07:00
63d036cc88Spliting the solution up into two projects. One project for 4.0 and another for 4.5. Added retargeting code so the 4.0 project can use async await Added extention methods to work around differences in reflection and async support. Changed the output folders for each project, to relfect the .NET framework version they are being built with. Updated the unit test project to build take a reference to the 4.5/PCL assembly. Updated the example projects to take a dependency on the 4.5/PCL assembly.
Wayne Foley
2014-05-06 16:36:23 -07:00
7f51ce1c1bRefactoring the ability to get a public endpoint from the storage service client to the service catalog itself. Adding unit tests for the new/refactored code, and removing the endpoint resolver infra for now.
Wayne Foley
2014-05-06 10:59:44 -07:00
dc3288ab8dAdding example code to show how to build a new service client from the ground up. Updated the .gitignore file to do a better job of ignoring bin,obj, and package folders.
Wayne Foley
2014-05-01 10:45:20 -07:00
33d59efcb6minor fix to the ServiceClientManager to locate the client type as well as the credential. Also fixed a typo in the readme.
Wayne Foley
2014-05-01 08:59:17 -07:00
0feeedb1c1Adding support for per-client-instance extensibility. See: https://wiki.openstack.org/wiki/OpenStack-SDK-DotNet/HighLevelArch for more details. Updated the example code project to be in sync with the api. Cleaned up a few style/comment issues, and move around a few bits of code to make things a little cleaner.
Wayne Foley
2014-04-29 14:02:13 -07:00
b81511caafInitial addition of the top level README.
Matt Farina
2014-04-21 14:16:49 -04:00
969d30ff36Using String.Equals for string equality comparison
Wayne Foley
2014-04-10 14:17:06 -07:00
11eb6f0b75Fixing a couple minor issues found during the (86657) code review.
Wayne Foley
2014-04-10 13:07:39 -07:00
52ca59f4faRemoved the OpenStack.Common assembly and combined it into a single OpenStack assembly. Refactored the service location code to be compliant with PCLs. Converted the Openstack assembly into a PCL, and updated the tests. As part of the PCL converstion minor tweeks to stirng comparison and use of System.Security were updated.
Wayne Foley
2014-04-09 14:53:16 -07:00
54aa3780b0Fixing up the branding/naming of Openstack to OpenStack
Wayne Foley
2014-04-07 11:52:02 -07:00
ce3100e41dAdding support for copying a large object in segments, and creating a matching manifest
Wayne Foley
2014-04-03 16:03:37 -07:00
2a32d34627Changing how GetStorageObject returns manifests. Manifests will now be displayed with the details of the object they represent, instead of the details of the manifest itself. If the consumer wants to see the details of the manifest itself, they should use GetStorageManifest instead.
Wayne Foley
2014-04-02 10:07:47 -07:00
7527d68c8bfixing an issue with geting objects in the root folder
Wayne Foley
2014-04-01 15:30:48 -07:00
2f91391b7aAdding support for storage manifests at the poco level. Includes basic CRUD operations.
Wayne Foley
2014-03-31 16:14:40 -07:00
b17cddd189Adding support for creating, getting and deleting folders via the storage client
Wayne Foley
2014-03-28 15:53:49 -07:00
a469ad406cAdding StorageFolder poco object, and support for folders at the container level.
Wayne Foley
2014-03-27 16:29:09 -07:00
d6365c3fadFixing an issue in the service catalog endpoint parser that was failing when an empty versionInfo or versionList element was present
Wayne Foley
2014-03-26 12:09:45 -07:00
fbc6f0418cAdding version info as a linked file in each project, and updating version to 0.9
Wayne Foley
2014-03-26 10:15:06 -07:00
91a144209bAdding Simple storage example project and solution
Wayne Foley
2014-03-25 15:06:18 -07:00
b886698637Adding support for default region.
Wayne Foley
2014-03-24 14:59:28 -07:00
0cf38a29c0Adding a pubic endpoint to storage client for CLI compaT
Wayne Foley
2014-03-24 09:41:07 -07:00
23fdb90c2bAdding the initial code base for this repo
Wayne Foley
2014-03-21 12:54:41 -07:00