Questions tagged [openstacknetsdk]

An OpenStack SDK for Microsoft .NET

An OpenStack SDK for Microsoft .NET

openstack.net is an SDK written for the Microsoft .NET platform, designed to enable developers to seemlessly work with the many services provided by the openstack cloud operating system.

The openstack.net SDK contains:

  • A language API
  • Getting Started Guide
  • API Reference Manual
  • Release Notes
  • Sample code.

Home: http://openstacknetsdk.org/

10 questions
4
votes
0 answers

Is it possible to use the OpenStack.NET SDK with SoftLayer object storage?

SoftLayer Object Storage is based on the OpenStack Swift object store. SoftLayer provide SDKs for their object storage in Python, Ruby, Java and PHP, but not in .NET. Searching for .NET SDKs for OpenStack, I came across OpenStack.NET. Based on this…
Saxon Druce
  • 17,406
  • 5
  • 50
  • 71
2
votes
1 answer

Openstack.Net SDK cannot access services

We've setup an OpenStack system on our own hardware installing all components, with everything seemingly fine as we've created networks and VMs through the web interface. I'm trying to use openstack.net SDK to do things programatically. I seem to be…
Hoots
  • 1,876
  • 14
  • 23
2
votes
2 answers

OpenStack Rackspace Cloud Files .net SDK

I am trying to save an XML file to a non CDN Container from Sydney: public void Save(XDocument document) { using (MemoryStream ms = new MemoryStream()) { document.Save(ms); ms.Position = 0; RackspaceCloudIdentity…
Catalin
  • 11,503
  • 19
  • 74
  • 147
1
vote
0 answers

Why am I getting a SocketException when using ExtractArchiveFromFile

When I try to upload an archive to Rackspace Cloudfiles with openstacknetsdk, I get a System.Net.Sockets.SocketException, uploading the same file with CreateObjectFromFile works perfectly. Sample code: var rackspaceIdentity = new CloudIdentity {…
janv8000
  • 1,569
  • 2
  • 19
  • 33
1
vote
2 answers

Connect to OpenStack Swift ONLY install using Rackspace OpenStack.net

I've been able to install and get OpenStack Swift up and running. My installation is strictly Swift, does not include Keystone or other OpenStack components. When I use the curl command I am able to create users and do my Swift tests making sure…
user1913559
  • 301
  • 1
  • 13
1
vote
0 answers

OpenStack.NET: Change Service Endpoint URL

I'm beginning to look into OpenStack Object Storage for a project. For this I use the OpenStack.NET library and C#. This library was created by RackSpace but I'm using a different OpenStack Provider. I'm able to authenticate just fine by specifying…
Astaar
  • 5,858
  • 8
  • 40
  • 57
1
vote
1 answer

Can't find my Rackspace cloud server via openstacknetsdk

I'm attempting to write a simple proof-of-concept for manipulating cloud servers in my Rackspace Cloud account via the C# openstacknetsdk library, v1.3.0.0. The problem I'm having is although I appear to be able to authenticate successfully using my…
Jon Schneider
  • 25,758
  • 23
  • 142
  • 170
0
votes
1 answer

Difference between Global Role and Tenant Role in Openstack

I have noticed that the API documentation makes reference to Global Roles and Tenant Roles. e.g. The link http://developer.openstack.org/api-ref-identity-v2.html#identity-v2-ext has a Get operation on /v2.0/users/​{user_id}​/roles that says 'Lists…
Hoots
  • 1,876
  • 14
  • 23
0
votes
1 answer

Openstack.Net SDK cannot access service with region

Using our own hardware, we've installed vanilla openstack with all components however I am having problems accessing services other than the Identity due to a region issue. The code used is as follows called with the admin account and admin tennant…
Hoots
  • 1,876
  • 14
  • 23
0
votes
1 answer

cannot creat a domain using Rackspace Cloud DNS with openstack.net

I'm currently trying to create a domain on Rackspace Cloud DNS service using openstack.net sdk, but nothings happening. i got my rackspace account, its activated and i got my API key as well. I wrote a console app to test my code but the results…
Bradley Petersen
  • 155
  • 1
  • 10