index
:
delta/openstack/python-openstackclient.git
feature/osc4
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
opendev.org: openstack/python-openstackclient
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openstackclient
/
tests
/
unit
/
compute
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop silently ignoring invalid 'server create --hint' options
Stephen Finucane
2020-02-19
1
-1
/
+24
*
Merge "Fix compute service set handling for 2.53+" into stable/rocky
Zuul
2019-09-24
1
-4
/
+100
|
\
|
*
Fix compute service set handling for 2.53+
Matt Riedemann
2019-09-21
1
-4
/
+100
*
|
Fix BFV server list handling with --name-lookup-one-by-one
melanie witt
2019-07-22
1
-8
/
+26
*
|
Add --name-lookup-one-by-one option to server list
Pavlo Shchelokovskyy
2019-07-22
1
-1
/
+29
|
/
*
Handle multiple ports in AddFloatingIP
3.16.2
melanie witt
2018-11-08
1
-8
/
+106
*
Default --nic to 'auto' if creating a server with >= 2.37
Matt Riedemann
2018-10-25
2
-0
/
+52
*
Merge "Don't sent disk_over_commit if nova api > 2.24"
Zuul
2018-07-25
1
-0
/
+35
|
\
|
*
Don't sent disk_over_commit if nova api > 2.24
Artom Lifshitz
2018-07-24
1
-0
/
+35
*
|
compute: host: expand kwargs in host_set() call
BenoƮt Knecht
2018-07-20
1
-4
/
+3
|
/
*
Skip calls to glance and nova when got no servers
Pavlo Shchelokovskyy
2018-07-09
1
-0
/
+19
*
Merge "Compute: Add description support for flavor"
Zuul
2018-06-28
2
-3
/
+134
|
\
|
*
Compute: Add description support for flavor
tianhui
2018-06-20
2
-3
/
+134
*
|
compute: limit the service's force down command above 2.10
He Jie Xu
2018-06-19
1
-1
/
+9
|
/
*
Fix server show for microversion 2.47
Matt Riedemann
2018-06-08
1
-0
/
+27
*
Optimize _prep_server_detail to avoid redundant find_resource
Matt Riedemann
2018-06-08
1
-4
/
+4
*
Merge "Fix limits show command without Nova and Cinder"
Zuul
2018-04-23
1
-0
/
+110
|
\
|
*
Fix limits show command without Nova and Cinder
Jude Cross
2018-04-03
1
-0
/
+110
*
|
Merge "Add --image-property parameter in 'server create'"
Zuul
2018-03-31
1
-0
/
+158
|
\
\
|
|
/
|
/
|
|
*
Add --image-property parameter in 'server create'
Chen Hanxiao
2018-03-28
1
-0
/
+158
*
|
Merge "Fix additional output encoding issues"
Zuul
2018-03-29
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix additional output encoding issues
Dean Troyer
2018-03-20
1
-8
/
+8
*
|
Re-implement novaclient bits removed in 10.0
Dean Troyer
2018-03-13
3
-80
/
+234
|
/
*
Merge "Send 'changes-since' instead of 'changes_since' query parameter"
3.13.0
Zuul
2017-12-13
1
-2
/
+2
|
\
|
*
Send 'changes-since' instead of 'changes_since' query parameter
Daniel Speichert
2017-12-11
1
-2
/
+2
*
|
Remove hard-coded policy choices for creating a server group
Matt Riedemann
2017-11-19
1
-2
/
+2
*
|
Add RemoveNetwork command to server
Hongbin Lu
2017-11-14
1
-0
/
+51
|
/
*
Merge "Added AddNetwork command to server"
Zuul
2017-10-30
1
-0
/
+47
|
\
|
*
Added AddNetwork command to server
Hongbin Lu
2017-10-26
1
-0
/
+47
*
|
Add server rescue unit tests
Dean Troyer
2017-10-27
1
-0
/
+85
|
/
*
Use flake8-import-order plugin
Akihiro Motoki
2017-08-17
4
-4
/
+6
*
Merge "Now OSC server create check keys in --nic"
Jenkins
2017-07-20
1
-0
/
+60
|
\
|
*
Now OSC server create check keys in --nic
M V P Nitesh
2017-06-23
1
-0
/
+60
*
|
Fix column names for server list --no-name-lookup
Dean Troyer
2017-07-17
1
-11
/
+6
*
|
Add server list -n and --no-name-lookup arguments
Boris Pavlovic
2017-07-10
1
-0
/
+50
|
/
*
Trivial fix typos
Vu Cong Tuan
2017-05-30
1
-2
/
+2
*
Merge "Create server with security group ID and name"
Jenkins
2017-05-22
1
-1
/
+96
|
\
|
*
Create server with security group ID and name
Rui Chen
2017-05-22
1
-1
/
+96
*
|
Make block-device-mapping more stable and clear
Rui Chen
2017-05-17
1
-10
/
+329
|
/
*
Merge "Make test_server.py more elegant and simple"
Jenkins
2017-04-25
1
-14
/
+7
|
\
|
*
Make test_server.py more elegant and simple
David Rabel
2017-04-21
1
-14
/
+7
*
|
Merge "Add --network and --port to server create"
Jenkins
2017-04-25
1
-10
/
+34
|
\
\
|
|
/
|
*
Add --network and --port to server create
David Rabel
2017-04-07
1
-10
/
+34
*
|
Low-level Compute v2 API: floating ip pool
Dean Troyer
2017-04-18
1
-14
/
+1
*
|
Low-level Compute v2 API: network
Dean Troyer
2017-04-17
2
-29
/
+22
*
|
Merge "Low-level Compute v2 API: floating ip"
Jenkins
2017-04-17
1
-5
/
+1
|
\
\
|
*
|
Low-level Compute v2 API: floating ip
Dean Troyer
2017-04-11
1
-5
/
+1
*
|
|
Low-level Compute v2 API: security group rules
Dean Troyer
2017-04-11
1
-4
/
+1
|
/
/
*
|
Low-level Compute v2 API: security group
Dean Troyer
2017-04-11
2
-31
/
+29
*
|
Enable to specify which fixed-ip to add to a vm.
Cedric Brandily
2017-04-04
1
-6
/
+14
[next]