summaryrefslogtreecommitdiff
path: root/neutronclient/neutron
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Fixed typos in securitygroup.py"Jenkins2016-03-211-5/+5
|\ \ \ \ \
| * | | | | Fixed typos in securitygroup.pyYi Zhao2016-03-021-5/+5
* | | | | | Merge "Adding DSCP marking changes to neutronclient"Jenkins2016-03-183-8/+119
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Adding DSCP marking changes to neutronclientVic Howard2016-03-033-8/+119
* | | | | | Merge "Do not print 'Created' message when using non-table formatter"Jenkins2016-03-041-2/+3
|\ \ \ \ \ \
| * | | | | | Do not print 'Created' message when using non-table formatterAkihiro Motoki2016-02-241-2/+3
* | | | | | | Support dry-run option for auto-allocated-topologyHenry Gessau2016-03-021-1/+17
| |_|_|/ / / |/| | | | |
* | | | | | Merge "refactor: Merge all debug logging at the beginning of take_action"Jenkins2016-03-028-22/+4
|\ \ \ \ \ \
| * | | | | | refactor: Merge all debug logging at the beginning of take_actionAkihiro Motoki2016-03-038-22/+4
* | | | | | | Merge "refactor: Avoid overriding run() in cliff command"Jenkins2016-03-0211-31/+25
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | refactor: Avoid overriding run() in cliff commandAkihiro Motoki2016-03-0311-31/+25
* | | | | | | Add tags supportHirofumi Ichihara2016-03-023-0/+129
|/ / / / / /
* | | | | | Merge "Add commands for Network IP Availability"Jenkins2016-03-021-0/+73
|\ \ \ \ \ \
| * | | | | | Add commands for Network IP AvailabilityManjeet Singh Bhatia2016-03-021-0/+73
* | | | | | | Merge "Support cleanup of tenant resources with a single API call"Jenkins2016-03-021-0/+147
|\ \ \ \ \ \ \
| * | | | | | | Support cleanup of tenant resources with a single API callJohn Davidge2016-02-291-0/+147
* | | | | | | | Merge "Add use_default_subnetpool to subnet create requests"Jenkins2016-03-011-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add use_default_subnetpool to subnet create requestsCarl Baldwin2016-02-241-0/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Reflecting L7 content rules capability in LBaaS"Jenkins2016-03-012-0/+303
|\ \ \ \ \ \ \
| * | | | | | | Reflecting L7 content rules capability in LBaaSEvgeny Fedoruk2016-02-292-0/+303
| | |_|/ / / / | |/| | | | |
* | | | | | | LBaaS updates to reflect shared pools featureStephen Balukoff2016-02-292-31/+87
|/ / / / / /
* | | | | | Merge "BGP Dynamic Routing: neutronclient changes"Jenkins2016-02-294-0/+521
|\ \ \ \ \ \
| * | | | | | BGP Dynamic Routing: neutronclient changesvikram.choudhary2016-02-254-0/+521
| | |/ / / / | |/| | | |
* | | | | | Merge "Improve str2dict key validation to avoid wrong keys"Jenkins2016-02-297-23/+33
|\ \ \ \ \ \
| * | | | | | Improve str2dict key validation to avoid wrong keysAkihiro Motoki2016-02-217-23/+33
| | |/ / / / | |/| | | |
* | | | | | Merge "Misleading output when network is not found"Jenkins2016-02-291-3/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Misleading output when network is not foundNikolas Hermanns2016-02-291-3/+11
| | |_|/ / | |/| | |
* | | | | add rbac support for qos-policiesHaim Daniel2016-02-291-11/+24
|/ / / /
* | | | Merge "Add DNS integration support to the client"Jenkins2016-02-254-0/+82
|\ \ \ \
| * | | | Add DNS integration support to the clientMiguel Lavalle2016-02-234-0/+82
* | | | | Use instanceof instead of typeBrandon Palm2016-02-231-1/+1
| |/ / / |/| | |
* | | | Merge "Fix the exception when ID/Name not found"Jenkins2016-02-191-7/+5
|\ \ \ \
| * | | | Fix the exception when ID/Name not foundreedip2016-02-191-7/+5
* | | | | Merge "Fix typo in the help of net-list"Jenkins2016-02-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo in the help of net-listAkihiro Motoki2016-02-191-1/+1
* | | | | Merge "Make metavar usage consistent"Jenkins2016-02-174-1/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make metavar usage consistentJames Arendt2016-01-304-1/+19
| | |_|/ | |/| |
* | | | Merge ""neutron help firewall-rule-update" info updated"Jenkins2016-02-161-60/+70
|\ \ \ \
| * | | | "neutron help firewall-rule-update" info updatedreedip2016-02-041-60/+70
* | | | | Merge "Show all updatable options in (fw/fw-policy)-update CLI"Jenkins2016-02-162-64/+76
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Show all updatable options in (fw/fw-policy)-update CLIReedip Banerjee2016-02-042-64/+76
| | |/ / | |/| |
* | | | Merge "Provide argument filtering in neutron *-list"Jenkins2016-02-122-0/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | Provide argument filtering in neutron *-listReedip Banerjee2016-02-102-0/+83
| | |/ | |/|
* | | Merge "Client bindings for Get-me-a-network"Jenkins2016-02-111-0/+65
|\ \ \ | |/ / |/| |
| * | Client bindings for Get-me-a-networkHenry Gessau2016-02-051-0/+65
| |/
* | Allow UPPER case in protocol/action for FW Rulereedip2016-02-041-1/+6
|/
* Merge "Remove inconsistency from vpn help text"Jenkins2016-01-225-3/+24
|\
| * Remove inconsistency from vpn help textlinwwu2016-01-215-3/+24
* | Merge "Add code for load balancer status tree"Jenkins2016-01-221-0/+29
|\ \
| * | Add code for load balancer status treeminwang2016-01-191-0/+29
| |/