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
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Support listing network availability zones"
Jenkins
2016-02-04
1
-0
/
+53
|
\
|
*
Support listing network availability zones
Richard Theis
2016-02-02
1
-0
/
+53
*
|
Merge "Refactor security group delete to use SDK"
Jenkins
2016-02-03
3
-0
/
+280
|
\
\
|
*
|
Refactor security group delete to use SDK
Richard Theis
2016-02-02
3
-0
/
+280
|
|
/
*
|
Merge "Network: Abstract get_body() out to be a private helper."
Jenkins
2016-02-03
2
-9
/
+11
|
\
\
|
*
|
Network: Abstract get_body() out to be a private helper.
Tang Chen
2016-02-02
2
-9
/
+11
|
|
/
*
|
Merge "Add "os port show" command"
Jenkins
2016-02-03
2
-4
/
+125
|
\
\
|
*
|
Add "os port show" command
Richard Theis
2016-02-02
2
-4
/
+125
|
|
/
*
|
Merge "Add availability zone support for router commands"
Jenkins
2016-02-03
2
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Add availability zone support for router commands
Jas
2016-01-29
2
-0
/
+30
*
|
Fix showing network quotas for a project
Richard Theis
2016-02-02
1
-0
/
+12
*
|
Merge "Add availability zone support for network commands"
Jenkins
2016-01-31
2
-2
/
+25
|
\
\
|
*
|
Add availability zone support for network commands
Brad Behle
2016-01-28
2
-2
/
+25
*
|
|
Use correct terminology for subnets
Dean Troyer
2016-01-27
1
-2
/
+2
*
|
|
Subnet List
Terry Howe
2016-01-25
2
-0
/
+176
|
/
/
*
|
Add support to delete the ports
SaiKiran
2016-01-20
2
-0
/
+130
|
/
*
Merge "Map some of the SDK field names"
Jenkins
2016-01-01
2
-8
/
+11
|
\
|
*
Map some of the SDK field names
Terry Howe
2015-12-10
2
-8
/
+11
*
|
Replace assertEqual(None, *) with assertIsNone in tests
SaiKiran
2015-12-17
2
-6
/
+6
*
|
Merge "Router: Add "router show" command using SDK"
Jenkins
2015-12-16
1
-0
/
+58
|
\
\
|
*
|
Router: Add "router show" command using SDK
Tang Chen
2015-12-17
1
-0
/
+58
*
|
|
Merge "Router: Add "router set" command using SDK"
Jenkins
2015-12-16
1
-0
/
+90
|
\
\
\
|
|
/
/
|
*
|
Router: Add "router set" command using SDK
Tang Chen
2015-12-17
1
-0
/
+90
*
|
|
Merge "Network: Improve no option test for "network create"."
Jenkins
2015-12-16
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Network: Improve no option test for "network create".
Tang Chen
2015-12-15
1
-0
/
+10
*
|
|
Router: Add "router delete" command using SDK
Tang Chen
2015-12-16
1
-0
/
+29
*
|
|
Router: Add "router create" command using SDK
Tang Chen
2015-12-15
2
-1
/
+66
|
/
/
*
|
Router: Add "router list" command using SDK
Tang Chen
2015-12-11
1
-0
/
+105
*
|
Router: Add class FakeRouter to test "router xxx" command
Tang Chen
2015-12-11
1
-0
/
+81
|
/
*
Trivial: Do not use plural format in command parameter in "network delete"
Tang Chen
2015-12-11
1
-1
/
+1
*
Remove old code after sdk integration
Terry Howe
2015-12-09
2
-9
/
+0
*
SDK integration extensions and server create networks
Terry Howe
2015-12-09
2
-66
/
+11
*
Remove unuseful test data in test_netwrok.py
Tang Chen
2015-12-09
1
-36
/
+0
*
Migrate network client to SDK.
Tang Chen
2015-12-09
2
-72
/
+23
*
Migrate "network show" command to use SDK.
Tang Chen
2015-12-09
1
-20
/
+49
*
Migrate "network set" command to use SDK.
Tang Chen
2015-12-09
1
-21
/
+29
*
Migrate "network delete" command to use SDK.
Tang Chen
2015-12-09
1
-10
/
+12
*
Migrate "network create" command to use SDK.
Tang Chen
2015-12-09
1
-51
/
+107
*
Migrate "network list" command to new version using SDK.
Tang Chen
2015-12-08
1
-46
/
+46
*
Introduce class FakeNetwork to fake one or more networks.
Tang Chen
2015-12-07
1
-0
/
+89
*
Refactor network test: Remove unusful test code.
Tang Chen
2015-12-05
1
-35
/
+0
*
Refactor TestShowNetwork: Use TestNetwork in TestShowNetwork
Tang Chen
2015-12-05
1
-12
/
+8
*
Refactor TestSetNetwork: Use TestNetwork in TestSetNetwork
Tang Chen
2015-12-05
1
-25
/
+24
*
Refactor TestListNetwork: Use TestNetwork in TestListNetwork
Tang Chen
2015-12-05
1
-51
/
+44
*
Refactor TestDeleteNetwork: Use TestNetwork in TestDeleteNetwork
Tang Chen
2015-12-05
1
-9
/
+19
*
Refactor TestCreateNetwork: Setup identity client in setUp() in TestCreateNet...
Tang Chen
2015-12-05
1
-22
/
+18
*
Refactor TestCreateNetwork: Setup identity client in setUp() in TestCreateNet...
Tang Chen
2015-12-05
1
-17
/
+24
*
Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV2
Tang Chen
2015-12-05
1
-11
/
+12
*
Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV3
Tang Chen
2015-12-05
1
-18
/
+15
*
Refactor TestCreateNetwork: Split TestCreateNetwork into two classes for iden...
Tang Chen
2015-12-05
1
-1
/
+11
[next]