Commit Graph

6 Commits

Author SHA1 Message Date
Christian Berendt
6be4f5775f Unified the syntax of the XML root element (user-guide)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT xmlns="http://docbook.org/ns/docbook"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="5.0"
  xml:id="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: Ic59684221ba99632c71e3f9b5f97ec74f56793a4
2014-07-09 19:51:07 +02:00
Christian Berendt
8d2b198d61 Unify the XML declaration in all XML files in doc
The XML declaration should be available on the first line
in every XML file and should match the following line:

<?xml version="1.0" encoding="UTF-8"?>

Change-Id: I29b3d4b730d7ff01c89f34b0bef60b74a858de13
2014-07-07 19:18:28 +02:00
Andreas Jaeger
ec7be5004a User Guide: Fix auth script
Fix script,  we need to use env.get to allow not-set environment value.

Change-Id: I61a36bfc2b5fbf412edbbdef973bb09880aa9967
Closes-Bug: #1315763
2014-05-05 21:01:36 +02:00
Karin Levenstein
a9544d2124 UG edits: sdk chapter and app_support appx
- Wanted to remove the Documentation Feedback section from app_support
- The same information is already included in the Documentation first section.
- But it looks like something else refers to it, so it's back in.
- Patch Set 3: fixed sdk_neutron and app_support

Change-Id: Ibb19265e1ee79300dc02eeab35da45e64eee1a48
2014-04-24 10:25:46 -04:00
Rajdeep Dua
3d6c408b9d Neutron API Section Added
Change-Id: I53d05ef30665f26226054baf2f7e71ef824ad943
2014-04-07 10:47:57 -05:00
Lorin Hochstein
689de3f4e8 Add initial Python SDK docs to user guide
Initial addition of Python SDK content to user's guide. Describes
how an end-user can employ the Python bindings to automate tasks.

This initial commit adds info on:
 - How to authenticate with Identity, Commpute, Image, and Network
   clients
 - How to manage images

Change-Id: Ie8c4120acc7739c0bc4bddd99ffdbfbfbe241e0f
2013-12-30 11:02:57 -06:00