Timur Batyrshin
9ad52632c5
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
Michael DeHaan
0d3a74d905
ansible -> ansibleworks
11 years ago
Brad P. Crochet
ded9d626e0
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
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
08996d78d6
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
0033e06129
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
986aebb284
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
2596f892f0
Merge pull request #3510 from echohead/quantum-typo
...
Correct typo in error message.
12 years ago
Tim Miller
63c105beb1
Correct typo of 'quantun' in error message.
12 years ago
Michael DeHaan
0b87fa6905
Merge pull request #3204 from goozbach/devel
...
fixed msg bug in library/cloud/quantum_network
12 years ago
Michael DeHaan
50a7db97a5
Spelling fixes
12 years ago
Jan-Piet Mens
3404a0fc16
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
7a73559802
fixed msg bug in library/cloud/quantum_network
12 years ago
Michael DeHaan
c33ed6942b
Module doc standardization/style
12 years ago
Michael DeHaan
70ea93653f
Standardize module doc
12 years ago
Michael DeHaan
4105813ebe
Lots of formatting fixes
12 years ago
Michael DeHaan
333577c944
Fix tabs and spaces in OpenStack modules.
12 years ago
bennojoy
2221c33b15
OpenStack Modules
12 years ago