
This patch adds limited support for .NET SDK to the First App tutorial. Because the "official" .NET SDK has very limited functions to call OpenStack API, so I decided use another .NET SDK from https://github.com/openstacknetsdk/openstack.net, It still has not full features to support all the steps though, it will be a good start to show people how to use C# to develop an OpenStack Cloud App. Change-Id: I0f7d731ffd119383bd915d980e6245265cc866ca Partial-Bug: 1449333
Writing your First OpenStack Application
This directory contains the "Writing your First OpenStack Application" tutorial.
The tutorials works with an application that can be found at: https://github.com/stackforge/faafo
/source
The /source
directory contains a playground for the
actual tutorial documentation. It's reStructuredText (RST), built with
Sphinx.
The RST source includes conditional output logic, so specifying:
tox -e firstapp-libcloud
will invoke sphinx-build
with -t libcloud
,
meaning sections marked .. only:: libcloud
in the RST will
be built, while others won't.
Sphinx and the OpenStack docs.openstack.org Sphinx Theme (openstackdocstheme) are needed to build the docs.
/samples
The code samples provided in the guide are sourced from files in this directory. There is a sub-directory for each SDK.