Timur Batyrshin
658c15930e
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
Michael DeHaan
83f43b82ad
ansible -> ansibleworks
11 years ago
Brad P. Crochet
ab52efc7fb
Add support for neutronclient
...
The quantum_* modules will now try neutronclient first, and fall back
to quantumclient. If that fails, error out.
The code now references neutron instead of quantum in all internal
cases.
11 years ago
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
f7c3975f21
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
Darragh O'Reilly
993413e706
quantum_network: fix some doc mistakes
...
- tenant_name was missing.
- comments were on wrong tasks.
- error message had a reference to glance.
11 years ago
Darragh O'Reilly
fb42efc355
quantum_network should not default network provider type to local
...
It should allow the Quantum service to decide based on its configuration.
11 years ago
Michael DeHaan
80bbd6a0bf
Merge pull request #3510 from echohead/quantum-typo
...
Correct typo in error message.
11 years ago
Tim Miller
84f6192c34
Correct typo of 'quantun' in error message.
11 years ago
Michael DeHaan
f698ab9232
Merge pull request #3204 from goozbach/devel
...
fixed msg bug in library/cloud/quantum_network
12 years ago
Michael DeHaan
512d7ba531
Spelling fixes
12 years ago
Jan-Piet Mens
5c69918d53
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Derek Carter
0840af5bda
fixed msg bug in library/cloud/quantum_network
12 years ago
Michael DeHaan
53d0a4766c
Module doc standardization/style
12 years ago
Michael DeHaan
6a8e16e324
Standardize module doc
12 years ago
Michael DeHaan
3a635d2d26
Lots of formatting fixes
12 years ago
Michael DeHaan
9c5d6f11f0
Fix tabs and spaces in OpenStack modules.
12 years ago
bennojoy
b16e2a1d48
OpenStack Modules
12 years ago