Toshio Kuratomi
3af0d509c5
Some docs fixes
10 years ago
Brian Coca
7b21bc7144
Merge pull request #2238 from dagnello/server_meta_string
...
Adding string support to metadata argument
10 years ago
Brian Coca
f707a711cd
doc fixes
10 years ago
dagnello
83a9f293fd
Adding string support to metadata argument
...
This patch adds support to setting metadata key/value through a string
argument. Variables can now be used for both the metadata key and
value.
example:
meta: "{{ var1 }}:SomeValue,key:{{ var2 }}"
10 years ago
Abitha Palaniappan
e64791ef1a
os_server: Adding support to accept 'n' nic args as a string containing list
10 years ago
James Cammarata
b743224aa9
Merge pull request #1831 from tkinz27/os_start_stop
...
Adding start and stop actions to os_server_actions
10 years ago
Abitha Palaniappan
f449a0f48c
Add support for port-id,port-name to nics in os_server
10 years ago
Victor Costan
2cc431f791
Fix indentation in os_server documentation
10 years ago
Victor Costan
2ae37e7845
os_server: nice error when flavor not found
...
When we can't find the VM flavor that the user requests, this change replaces the non-descript stack trace with a clear error message.
10 years ago
James Martin
c54f875fdd
Adds sanity check to make sure nics is a list.
10 years ago
Tony Kinsley
bd210e42bc
Adding start and stop actions to os_server_actions
...
Also making the os_server module allow a server in the possible new
states from the os_server_actions changes
10 years ago
Jesse Keating
ddc78c82a4
Document auto_floating_ip argument
11 years ago
Monty Taylor
5609d1dc5a
Return resource objects from OpenStack modules
...
It's not uncommon for people to want to do additional things after
creating a module. Also, add a note about it to the dev notes.
11 years ago
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
11 years ago
Toshio Kuratomi
1f99382dfb
Finish up cleanups to modules:
...
* Add python>= 2.6 to documented requirements when a module's deps need
python>= 2.6 so we know when a module can use python2.6+ syntax
* Remove BabyJSON usage
* Change modules to use if __name__ == '__main__' so that they can
potentially be unittested
The BabJSON changes Fixes #1211
11 years ago
Brian Coca
a6eafb87c8
minor doc fixes
11 years ago
David Shrewsbury
28488f1b84
Update os_server for shade flavor API changes
...
Latest shade fixes the flavor API so that raw objects are not
returned.
11 years ago
Monty Taylor
3834680f43
Add OpenStack Server module
...
Also deprecated old nova_compute module
11 years ago