index
:
delta/python-novaclient.git
baserock/morph
master
stable/2023.1
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
github.com: openstack/python-novaclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
novaclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lock prettytable dep at v0.6
Brian Waldon
2012-06-11
1
-2
/
+2
*
nova show cmd displays unique flavor and image id
John Tran
2012-06-11
1
-2
/
+2
*
Use openstack-common for AUTHORS generation
Brian Waldon
2012-06-11
3
-0
/
+200
*
Merge "doc: fix and clarify the --meta option help"
Jenkins
2012-06-07
1
-2
/
+2
|
\
|
*
doc: fix and clarify the --meta option help
Pádraig Brady
2012-06-01
1
-2
/
+2
*
|
Merge "Adds flavor-show support."
Jenkins
2012-06-07
1
-0
/
+16
|
\
\
|
*
|
Adds flavor-show support.
Dan Prince
2012-06-01
1
-0
/
+16
|
|
/
*
|
Add start and stop to server actions
Vishvananda Ishaya
2012-06-01
2
-0
/
+36
|
/
*
Merge "removed int requirement for volume_id on snaps"
Jenkins
2012-05-09
1
-1
/
+0
|
\
|
*
removed int requirement for volume_id on snaps
Chuck
2012-05-08
1
-1
/
+0
*
|
refactored --service_name to only work with compute calls and added
Chuck
2012-05-09
4
-24
/
+39
|
/
*
Updated to new prettytable api. Fixes bug 995818
Ghe Rivero
2012-05-07
1
-2
/
+2
*
Merge "Limit hint/nic parsing to one split on '='"
Jenkins
2012-05-03
1
-3
/
+3
|
\
|
*
Limit hint/nic parsing to one split on '='
Brian Waldon
2012-04-23
1
-3
/
+3
*
|
Merge "Fix LP #990667 - Keypair __repr__ referencesuuid"
Jenkins
2012-05-03
1
-1
/
+1
|
\
\
|
*
|
Fix LP #990667 - Keypair __repr__ referencesuuid
Jay Pipes
2012-04-30
1
-1
/
+1
*
|
|
Merge "really output the description of an exception"
Jenkins
2012-05-03
1
-1
/
+1
|
\
\
\
|
*
|
|
really output the description of an exception
Christian Berendt
2012-04-26
1
-1
/
+1
|
|
/
/
*
|
|
Merge "Allow server name to be specified for actions and diagnostics."
Jenkins
2012-05-03
1
-2
/
+4
|
\
\
\
|
*
|
|
Allow server name to be specified for actions and diagnostics.
Alex Meade
2012-05-02
1
-2
/
+4
*
|
|
|
Don't force volume id to int and allow search by name
Vishvananda Ishaya
2012-05-02
2
-4
/
+2
|
/
/
/
*
|
|
Merge "Display the request id on error response."
Jenkins
2012-05-01
1
-4
/
+11
|
\
\
\
|
*
|
|
Display the request id on error response.
Alex Meade
2012-04-11
1
-4
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge "Raise exception on all 4xx and 5xx responses."
Jenkins
2012-04-30
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Raise exception on all 4xx and 5xx responses.
Yuriy Taraday
2012-04-13
1
-1
/
+1
|
|
/
*
|
Rename NOVA_VERSION to OS_COMPUTE_API_VERSION.
Josh Kearney
2012-04-13
1
-14
/
+16
|
/
*
Make '--help' argument more useful.
Adam Spiers
2012-04-11
1
-1
/
+5
*
Fixed the subcommand error message for nova shell.
Andrew Bogott
2012-04-10
1
-2
/
+6
*
Merge "set 'compute' as default endpoint bug fix for #970808"
Jenkins
2012-04-10
1
-1
/
+1
|
\
|
*
set 'compute' as default endpoint
Peng Yong
2012-04-01
1
-1
/
+1
*
|
Merge "Add -i/--identity option to 'nova ssh'."
Jenkins
2012-04-10
1
-2
/
+8
|
\
\
|
*
|
Add -i/--identity option to 'nova ssh'.
Russell Bryant
2012-03-30
1
-2
/
+8
|
|
/
*
|
Request ID when name is ambiguous.
Rick Harris
2012-04-09
3
-16
/
+29
*
|
Set resources as loaded on get
Brian Waldon
2012-04-03
2
-11
/
+4
*
|
Miscellaneous code cleanup.
Josh Kearney
2012-04-02
5
-10
/
+21
|
/
*
Improve 'nova ssh' error message.
Russell Bryant
2012-03-30
1
-0
/
+5
*
Fix spelling of curent in list sec groups.
Dan Prince
2012-03-30
1
-1
/
+1
*
Merge "Remove serverId lookup in volume attachments"
Jenkins
2012-03-29
1
-2
/
+1
|
\
|
*
Remove serverId lookup in volume attachments
Brian Waldon
2012-03-23
1
-2
/
+1
*
|
Merge "Set up the log handler only once."
Jenkins
2012-03-26
1
-5
/
+5
|
\
\
|
*
|
Set up the log handler only once.
James E. Blair
2012-03-23
1
-5
/
+5
|
|
/
*
|
Merge "Improve the error message from the nova shell"
Jenkins
2012-03-24
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Improve the error message from the nova shell
Pádraig Brady
2012-03-21
1
-3
/
+2
*
|
Handle server_id and serverId in volume list
Brian Waldon
2012-03-23
1
-1
/
+2
*
|
Added cloudpipe support. Fixes bug 962286
Alvaro Lopez Garcia
2012-03-22
3
-0
/
+63
*
|
Merge "Fixes bug #959262 - Prevent a failure to create the cache directory fr...
Jenkins
2012-03-21
1
-4
/
+4
|
\
\
|
*
|
Fixes bug #959262 - Prevent a failure to create the cache directory from caus...
Kiall Mac Innes
2012-03-21
1
-4
/
+4
|
|
/
*
|
Merge "Implement quota classes."
Jenkins
2012-03-21
3
-0
/
+196
|
\
\
|
|
/
|
/
|
|
*
Implement quota classes.
Kevin L. Mitchell
2012-03-20
3
-0
/
+196
*
|
Adds NOVACLIENT_INSECURE option.
Rick Harris
2012-03-20
1
-1
/
+1
|
/
[next]