Sandy Walsh
13b7edfc42
added --endpoint_name support
2011-11-08 10:27:41 -08:00
Kevin L. Mitchell
f513bdccc5
Merge pull request #148 from rconradharris/add_back_admin_pass
...
Add back display of adminPass to boot
2011-11-04 13:10:22 -07:00
Rick Harris
e4d6ec757a
Add back display of adminPass to boot
2011-11-04 19:57:52 +00:00
comstud
beb40d3adc
Merge pull request #147 from SandyWalsh/flavors_are_strings
...
Boot now works with limited info returned from server
2011-11-04 11:53:07 -07:00
Sandy Walsh
05a1ef7e95
Boot now works with limited info returned from server
2011-11-04 11:41:40 -07:00
Sandy Walsh
fcfa9288e0
Merge pull request #145 from nmistry/master
...
Command line arg to disable ssl certificate validation
2011-11-03 10:29:21 -07:00
Nicholas Mistry
1f8c6f8ee2
minor pep8 tweaks
2011-11-03 11:52:42 -05:00
Nicholas Mistry
507231fa7a
corrected argument order and replaced tabs with spaces.
2011-11-03 11:34:44 -05:00
Nicholas Mistry
1015cab9fd
resolved merge conflict.
2011-11-03 11:06:24 -05:00
Nicholas Mistry
f68120f9d2
added a space after url
2011-11-03 11:00:58 -05:00
Sandy Walsh
4397298b36
Merge pull request #141 from SandyWalsh/new_keystone_admin_port
...
New keystone admin port
2011-11-03 08:16:05 -07:00
Nicholas Mistry
84076fed6c
Added the option --insecure. This disables SSL certificate validation.
2011-11-03 02:13:36 -05:00
Sandy Walsh
557b4eee47
minor fixes
2011-10-25 16:49:22 -07:00
Sandy Walsh
440e03ec48
version update
2011-10-25 09:38:37 -07:00
Sandy Walsh
0a3eda6cdd
minor tweaks and long overdue pep8
2011-10-25 09:34:23 -07:00
Sandy Walsh
881427de9d
new service catalog semantics
2011-10-25 06:28:30 -07:00
Sandy Walsh
2b0d82c05c
Merge pull request #135 from gabrielhurley/keystone_client_url_for
...
Fixes #133 -- Keystone Client fetches correct service type and endpoint.
2011-10-17 15:44:42 -07:00
Gabriel Hurley
aba2ced0fb
Fixes #133 -- Keystone Client fetches correct service type and endpoint.
...
Made ServiceCatalog.url_for more configurable by allowing keyword arguments to control which service type is fetched and which endpoint is returned instead of having those values hard-coded to "compute" and "publicURL" respectively. The fix to keystone.client.Client allows the openstackx Account API to be deprecated in openstack-dashboard.
2011-10-17 14:42:23 -07:00
Jesse Andrews
b2d3d21049
Merge pull request #134 from cloudbuilders/keypair
...
Implementing work with keypairs and add feature for boot command
2011-10-17 14:26:09 -07:00
Jesse Andrews
10c1f4b11b
fix tests
2011-10-17 14:23:04 -07:00
Jesse Andrews
4a168d5460
typo
2011-10-17 14:18:38 -07:00
Jesse Andrews
6955852694
merged and fixed pshkitin's keypair work
2011-10-17 14:09:25 -07:00
Jesse Andrews
d6e6e044ea
doc improvements
2011-10-17 13:57:56 -07:00
Jesse Andrews
e4a0e2411b
Merge pull request #128 from UnmeshG/master
...
Added support to specify few more boot options.
2011-10-17 13:34:49 -07:00
Jesse Andrews
a76c9a3218
Merge pull request #125 from gagupta/master
...
Added CLI commands to access nova volume
2011-10-17 13:33:06 -07:00
Unmesh Gurjar
0b0abff452
Added support to specify more boot options.
...
User data can be a file name only, removed support for user data string.
2011-10-17 12:46:05 +05:30
Gaurav Gupta
32510bdee9
Merge branch 'master' of git://github.com/rackspace/python-novaclient
...
Conflicts:
novaclient/v1_1/shell.py
2011-10-16 15:27:25 -07:00
Gaurav Gupta
cd9f3cb47e
Updated volume attach/detach commands to accept server name (in addition to
...
server id).
Code review comments:
https://github.com/rackspace/python-novaclient/pull/125/files#r169829
2011-10-16 15:21:53 -07:00
Jesse Andrews
13a2077b7a
Merge pull request #130 from cloudbuilders/security_groups_cli
...
Security groups cli
2011-10-14 10:55:37 -07:00
Anthony Young
ac163b4347
Merge remote-tracking branch 'rackspace/master' into security_groups_cli
...
Conflicts:
novaclient/v1_1/shell.py
2011-10-14 17:43:57 +00:00
Jesse Andrews
960cfbe328
Merge pull request #129 from cloudbuilders/floating_ip_cli
...
Add cli for floating ips
2011-10-14 10:38:35 -07:00
Pavel Shkitin
4df5a2f363
Booting server with specific key is implemented
2011-10-14 14:56:15 +04:00
Pavel Shkitin
0ce3f97910
Added commands to work with keypairs
2011-10-14 14:51:50 +04:00
Anthony Young
16809a16fa
make description consistent
2011-10-11 22:30:48 +00:00
Anthony Young
6498d41c42
remove extra space
2011-10-11 22:28:22 +00:00
Anthony Young
356a92ee14
add ability to create source group rules
2011-10-11 22:10:23 +00:00
Anthony Young
6a20ed5e3b
don't expose ids to end user
2011-10-11 20:40:01 +00:00
Anthony Young
bad314991e
work on formatting for secgroup rules
2011-10-11 08:24:14 +00:00
Anthony Young
48e10643b3
display floating ip on create
2011-10-11 07:54:33 +00:00
Anthony Young
8cb15843d1
Add CLI for security groups and rules
2011-10-11 07:48:55 +00:00
Anthony Young
9a5a7c9253
raise exception if floating_ip is not found in floating-ip-delete
2011-10-11 04:18:30 +00:00
Anthony Young
4154b90364
Add cli for floating ips
2011-10-11 04:07:08 +00:00
Unmesh Gurjar
772609aa45
Added support to specify more boot options.
...
Added Parameters: availability zone, security groups and user data.
2011-10-10 19:40:05 +05:30
Sandy Walsh
16b083ddca
Merge pull request #127 from rconradharris/issue126
...
Don't filter endpoints when filter_value is non-truthy.
2011-10-07 13:30:41 -07:00
Rick Harris
8ef6268115
Don't filter endpoints when filter_value is non-truthy.
...
Fixes #126
2011-10-07 17:12:05 +00:00
Sandy Walsh
2e2172c5f5
Merge pull request #124 from SandyWalsh/new_keystone_auth
...
now uses tenantName vs. tenantId to auth
2011-09-30 08:01:58 -07:00
Gaurav Gupta
bfefddada1
Merge remote-tracking branch 'upstream/master'
2011-09-29 08:14:39 -07:00
Gaurav Gupta
234205bf53
Added the following CLI commands to access nova volumes:
...
volume-attach Attach a volume to a server.
volume-create Add a new volume.
volume-delete Remove a volume.
volume-detach Detach a volume from a server.
volume-list List all the volumes.
volume-show Show details about a volume.
2011-09-29 08:09:50 -07:00
Sandy Walsh
42e726ffed
now uses tenantName vs. tenantId to auth
2011-09-28 11:00:15 -07:00
Josh Kearney
19d11e39ae
Merge pull request #121 from gagupta/master
...
Added support for nova-volume extension
2011-09-27 14:03:59 -07:00