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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Add tests for volume quota set"
Jenkins
2015-09-19
1
-0
/
+45
|
\
|
*
Add tests for volume quota set
TerryHowe
2015-08-11
1
-0
/
+45
*
|
Merge "Create log configuration class"
Jenkins
2015-09-09
1
-42
/
+110
|
\
\
|
*
|
Create log configuration class
TerryHowe
2015-08-26
1
-42
/
+110
*
|
|
Merge "Optimize log formatting"
Jenkins
2015-09-09
1
-37
/
+25
|
\
\
\
|
|
/
/
|
*
|
Optimize log formatting
TerryHowe
2015-08-13
1
-37
/
+25
*
|
|
Merge "Extract log level from configuration file"
Jenkins
2015-09-09
1
-0
/
+24
|
\
\
\
|
|
/
/
|
*
|
Extract log level from configuration file
TerryHowe
2015-08-13
1
-0
/
+24
*
|
|
Merge "Move options to log level out of shell.py"
Jenkins
2015-09-09
1
-0
/
+11
|
\
\
\
|
|
/
/
|
*
|
Move options to log level out of shell.py
TerryHowe
2015-08-13
1
-0
/
+11
*
|
|
Merge "Move set warnings filters to logging module"
Jenkins
2015-09-08
1
-0
/
+9
|
\
\
\
|
|
/
/
|
*
|
Move set warnings filters to logging module
TerryHowe
2015-08-13
1
-0
/
+9
*
|
|
Merge "Set up every time record log in file"
Jenkins
2015-09-08
1
-0
/
+102
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Set up every time record log in file
Daisuke Fujita
2015-08-08
1
-0
/
+102
*
|
Merge "Fix quota set failed problem"
Jenkins
2015-08-06
1
-0
/
+89
|
\
\
|
|
/
|
/
|
|
*
Fix quota set failed problem
jiaxi
2015-07-28
1
-0
/
+89
*
|
Add configuration show command
TerryHowe
2015-07-23
1
-0
/
+79
|
/
*
Remove unnecessary test extension mock
TerryHowe
2015-07-17
1
-7
/
+0
*
Rename endpoint type to interface
TerryHowe
2015-07-15
1
-4
/
+4
*
Add --os-endpoint-type cli optional argument
Roxana Gherle
2015-07-02
2
-0
/
+21
*
Add --wait to server delete
Matt Riedemann
2015-05-29
1
-0
/
+39
*
Remove oslo serialization requirement
Steve Martinelli
2015-05-26
1
-1
/
+2
*
Add --os-cloud support
Dean Troyer
2015-04-18
1
-30
/
+53
*
Merge "Defer client imports"
Jenkins
2015-04-19
1
-0
/
+4
|
\
|
*
Defer client imports
Dean Troyer
2015-04-15
1
-0
/
+4
*
|
Fix session timing
Dean Troyer
2015-04-07
1
-8
/
+9
|
/
*
Move OSC auth plugins so they can be found
Dean Troyer
2015-03-10
1
-1
/
+2
*
Merge "Fix auth-required for help command"
Jenkins
2015-03-02
1
-21
/
+40
|
\
|
*
Fix auth-required for help command
Dean Troyer
2015-02-27
1
-21
/
+40
*
|
change oslo namespace to avoid warning
Terry Howe
2015-02-25
1
-1
/
+1
|
/
*
Add sort support to image list
zhiyuan_cai
2015-02-06
1
-0
/
+62
*
fix the wrong order of assertEqual args
wanghong
2015-01-27
4
-16
/
+16
*
Merge "Add helpful messages when authN'ing with password"
Jenkins
2015-01-16
1
-2
/
+5
|
\
|
*
Add helpful messages when authN'ing with password
Steve Martinelli
2015-01-16
1
-2
/
+5
*
|
Default user domain id and project domain id
Steve Martinelli
2015-01-16
1
-0
/
+1
|
/
*
Change --os-auth-plugin to --os-auth-type
Dean Troyer
2014-10-23
1
-8
/
+8
*
Remove ClientManager._service_catalog
Dean Troyer
2014-10-18
1
-1
/
+1
*
Remove now-unnecessary client creation hacks
Dean Troyer
2014-10-18
1
-10
/
+1
*
Merge "Add plugin to support token-endpoint auth"
Jenkins
2014-10-17
1
-12
/
+36
|
\
|
*
Add plugin to support token-endpoint auth
Dean Troyer
2014-10-12
1
-12
/
+36
*
|
use jsonutils in oslo.serialization instead of keystoneclient
wanghong
2014-10-17
1
-1
/
+1
*
|
Merge "Add 'command list' command"
Jenkins
2014-10-14
2
-0
/
+49
|
\
\
|
|
/
|
/
|
|
*
Add 'command list' command
Dean Troyer
2014-10-08
2
-0
/
+49
*
|
Support for keystone auth plugins
Matthieu Huin
2014-10-09
1
-45
/
+127
|
/
*
Update for cliff commandmanager >=1.6.1
Dean Troyer
2014-10-08
1
-8
/
+8
*
Merge "Add network extension list"
Jenkins
2014-09-18
1
-2
/
+50
|
\
|
*
Add network extension list
Terry Howe
2014-07-26
1
-2
/
+50
*
|
Use Keystone client session.Session
Dean Troyer
2014-09-08
2
-363
/
+18
*
|
Merge "Unordered dicts and lists causes variable results"
Jenkins
2014-09-07
1
-0
/
+12
|
\
\
|
*
|
Unordered dicts and lists causes variable results
Terry Howe
2014-09-06
1
-0
/
+12
[next]