The openstacksdk docs are published at docs.o.o, not developer.o.o since
quite some time. Fix links to point to current version of docs.
Add missing links, thus removing some TODOs.
Change-Id: I5e3b4c70bc0875a1dfcc587b60a95258a61b4407
Fix unit, functional and examples tests for [1]. Also
fix the documentation for the server image_id and flavor_id
properties.
[1] https://review.openstack.org/#/c/279618/
Change-Id: Ia37ecc7c9dccb90fabf7bf73601a6ad519212556
Partial-Bug: #1461200
It's much more straight-forward for users to read a create server
example that does everything necessary to create the server
within the body of a single method. In this better example the user
doesn't have to refer to other examples to learn how to create a
server.
Change-Id: Iad7eef7946e93deb735fddcfbe39bbc8b56f507b
The beginning of the compute user guide.
This also begins the simplification of the examples, makes them
more specific, and adds testing.
Change-Id: Ic4bac2fe30601c196b03ce73b2dd04a916231f33
Partial-Bug: #1487269
Partial-Bug: #1419012
Partial-Bug: #1466180