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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Add unit tests for "server start" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Add unit tests for "server resume" command."
Jenkins
2015-11-26
1
-0
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add unit tests for "server resume" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Add unit tests for "server suspend" command."
Jenkins
2015-11-26
1
-0
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add unit tests for "server suspend" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Add unit tests for "server unlock" command."
Jenkins
2015-11-26
1
-0
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add unit tests for "server unlock" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Add unit tests for "server lock" command."
Jenkins
2015-11-26
1
-0
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add unit tests for "server lock" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Add unit tests for "server unpause" command."
Jenkins
2015-11-26
1
-0
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add unit tests for "server unpause" command.
Tang Chen
2015-11-27
1
-0
/
+20
*
|
|
|
|
Merge "Abstract a helper function for server.xxx() tests."
Jenkins
2015-11-26
1
-59
/
+24
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Abstract a helper function for server.xxx() tests.
Tang Chen
2015-11-27
1
-59
/
+24
*
|
|
|
|
Merge "Add multiple servers test case to TestServerDelete."
Jenkins
2015-11-26
1
-0
/
+22
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add multiple servers test case to TestServerDelete.
Tang Chen
2015-11-27
1
-0
/
+22
*
|
|
|
|
Merge "Use setup_servers_mock() in the base class in TestServerDelete."
Jenkins
2015-11-26
1
-16
/
+17
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Use setup_servers_mock() in the base class in TestServerDelete.
Tang Chen
2015-11-27
1
-16
/
+17
*
|
|
|
|
Merge "Move setup_servers_mock() to class TestServer."
Jenkins
2015-11-26
1
-23
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Move setup_servers_mock() to class TestServer.
Tang Chen
2015-11-27
1
-23
/
+13
*
|
|
|
|
Trivial: Fix typo in find() in network.
Tang Chen
2015-11-27
1
-2
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Trivial: Fix a typo.
Tang Chen
2015-11-27
1
-1
/
+1
|
/
/
/
*
|
|
Merge "Move FakeServer to tests.common.v2.compute.fakes"
Jenkins
2015-11-26
3
-80
/
+87
|
\
\
\
|
*
|
|
Move FakeServer to tests.common.v2.compute.fakes
lin-hua-cheng
2015-11-25
3
-80
/
+87
*
|
|
|
Refactor: Order of security group class names
Richard Theis
2015-11-25
1
-123
/
+123
|
/
/
/
*
|
|
Merge "Trivial: Add missing doc for parameter in wait_for_delete()."
Jenkins
2015-11-25
1
-0
/
+1
|
\
\
\
|
*
|
|
Trivial: Add missing doc for parameter in wait_for_delete().
Tang Chen
2015-11-26
1
-0
/
+1
*
|
|
|
Merge "Remove the old fake server data."
Jenkins
2015-11-25
1
-9
/
+0
|
\
\
\
\
|
*
|
|
|
Remove the old fake server data.
Tang Chen
2015-11-21
1
-9
/
+0
*
|
|
|
|
Merge "Use class FakeServer in TestServerResize."
Jenkins
2015-11-25
1
-21
/
+18
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Use class FakeServer in TestServerResize.
Tang Chen
2015-11-21
1
-21
/
+18
*
|
|
|
|
Merge "Use class FakeServer in TestServerImageCreate."
Jenkins
2015-11-25
1
-10
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Use class FakeServer in TestServerImageCreate.
Tang Chen
2015-11-21
1
-10
/
+8
*
|
|
|
|
Merge "Use class FakeServer in TestServerDelete."
Jenkins
2015-11-25
1
-16
/
+15
|
\
\
\
\
\
|
|
/
/
/
/
|
|
/
/
/
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use class FakeServer in TestServerDelete.
Tang Chen
2015-11-21
1
-16
/
+15
*
|
|
|
Merge "Use class FakeServer in TestServerCreate."
Jenkins
2015-11-25
1
-38
/
+68
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Use class FakeServer in TestServerCreate.
Tang Chen
2015-11-21
1
-38
/
+68
*
|
|
|
Merge "Unable to set some compute quotas"
Jenkins
2015-11-25
3
-0
/
+43
|
\
\
\
\
|
*
|
|
|
Unable to set some compute quotas
Richard Theis
2015-11-20
3
-0
/
+43
|
|
/
/
/
*
|
|
|
Merge "Add "openstack server shelve" into OSC"
Jenkins
2015-11-24
2
-0
/
+79
|
\
\
\
\
|
*
|
|
|
Add "openstack server shelve" into OSC
xiexs
2015-11-24
2
-0
/
+79
*
|
|
|
|
Merge "Doc: Update and add IP address"
Jenkins
2015-11-24
3
-16
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Doc: Update and add IP address
Richard Theis
2015-11-24
3
-16
/
+16
*
|
|
|
|
|
Merge "Doc: Add security group and security group rule"
Jenkins
2015-11-24
1
-10
/
+10
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Doc: Add security group and security group rule
Richard Theis
2015-11-24
1
-10
/
+10
|
|
/
/
/
/
*
|
|
|
|
Enable "openstack server resume" command to take multiple servers.
Tang Chen
2015-11-24
1
-6
/
+8
*
|
|
|
|
Enable "openstack server suspend" command to take multiple servers.
Tang Chen
2015-11-24
1
-6
/
+8
|
/
/
/
/
*
|
|
|
Merge "Trivial: Fix wrong doc for wait_for_status()."
Jenkins
2015-11-23
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Trivial: Fix wrong doc for wait_for_status().
Tang Chen
2015-11-24
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge "Remove deprecated 'project usage list' command"
Jenkins
2015-11-20
1
-17
/
+0
|
\
\
\
\
|
*
|
|
|
Remove deprecated 'project usage list' command
Dean Troyer
2015-11-18
1
-17
/
+0
[prev]
[next]