summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Add VPNaaS commands for OSC pluginCao Xuan Hoang2018-01-151-0/+5
| | | | | Closes-Bug: 1669252 Change-Id: I447f5c50725fc0d9d8a1574ad5e28772f472fba9
* Add Logging commands for OSC pluginYushiro FURUKAWA2018-01-111-0/+5
| | | | | | | | | This commit supports Logging CLI as OSC plugin[1]. [1] https://bugs.launchpad.net/neutron/+bug/1468366 Depends-On: Ib8668dd25ee7c5000a6dafcc7db3dbc33ad190be Partially-implements: blueprint security-group-logging Change-Id: If9a5e0e3958ea32f4c0d3573efcb3ac4101c63a6
* Merge "Added 'tap_enabled' parameter for Port-pair-group"Zuul2017-12-031-0/+4
|\
| * Added 'tap_enabled' parameter for Port-pair-groupVikash0822017-11-161-0/+4
| | | | | | | | | | | | | | | | Adding 'tap_enabled' parameters to port-pair-group. If '--enable-tap' set to True, port pairs in port-pair-group will be deployed as passive Tap service function. Change-Id: I7267b7ce782f040d0951a3b522d183931debe818
* | Merge "Add Service Graphs networking-sfc resource"Zuul2017-12-021-0/+5
|\ \
| * | Add Service Graphs networking-sfc resourceDaire Ní Chatháin2017-10-301-0/+5
| |/ | | | | | | | | | | | | Co-Authored-By: Igor Duarte Cardoso <igor.duarte.cardoso@intel.com> Partial-Bug: #1587486 Depends-On: I372da15f99f3cbfb7ffd1d8bf87a79bc56180afe Change-Id: Ie54da56d2388cb375bccd883c111c5f87e293047
* | Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: Ie3be535be2de4c27114233cff34f1bb70ca33e46
* | Dynamic routing CLIs OSC transitionNa2017-10-261-0/+4
|/ | | | | | | | | | | Neutron is transitioning its CLI to OSC, should update dynamic routing CLIs to align with OSC plugin. Change-Id: Ic1a633ca103d9e97e28ddf23e0f528e0261ce497 Co-Authored-By: Ryan Tidwell <ryan@6tidwells.com> Co-Authored-By: Roey Chen <roeyc@vmware.com> Partially-Implements: blueprint bgp-spinout Partial-Bug: #1560003
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: I39d32b8aea40ec62fd7a4544dc8c99d17b2d4190
* [FWaaS] Migrate 'public' attribute to 'shared'Yushiro FURUKAWA2017-07-271-0/+19
| | | | | | | | | | This patch is the first in the series of patches which tracks the migration of 'public' attribute to 'shared' in FWaaS v2. Co-Authored-By: Reedip <reedip.banerjee@nectechnologies.in> Closes-Bug: #1676922 Depends-On: I0be5fca27c9696714ba8b91de2098448c5a18265 Change-Id: Ibc3b90e28ae82ccc8ed044b12d83e97907f1dfb8
* Merge "Add SFC cli for OSC plugin"Jenkins2017-07-241-0/+5
|\
| * Add SFC cli for OSC pluginMohankumar2017-07-131-0/+5
| | | | | | | | | | | | Implements: blueprint openstackclient-cli-porting Change-Id: Ifeb62bad26ffeb0bb8b548c56d2d6a620a922f78
* | doc: use new config options of openstackdocsthemeAkihiro Motoki2017-07-031-99/+8
| | | | | | | | | | | | | | | | | | | | The new simple configuration way was introduced in openstackdocstheme 1.11.0. This commit introduces the new way. Also drops unnecessary sphinx configurations like latex, texinfo and manpages. Change-Id: I587eb8cbd3e64c65dfc7247a01eca90af6adad4e
* | switch to openstackdocsthemeAkihiro Motoki2017-06-181-3/+17
| | | | | | | | Change-Id: Ic8f9b6821da7958a895dad6053d2cd1b6761a405
* | Allow global_request_id in Client constructorSean Dague2017-05-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | This provides the facility to take global_request_id as a construction parameter for a neutron client, and pass it through the system. This will be used by Nova and others to set global_request_id so requests can be tracked across services. oslo spec I65de8261746b25d45e105394f4eeb95b9cb3bd42 Change-Id: I7ed48ad247676c71a3a7b12585572c398dda06e0
* | Supports adding tags for port, router, subnet, subnetpoolhuangtianhua2017-04-191-0/+4
| | | | | | | | | | | | | | | | | | | | Neutron supports adding tags for several resources: network, port, subnet, subnetpool, router, but neutronclient only support to add tags for network, support for others . Change-Id: Iae8da2fa0e18e14ba27ce5232db8da5fe6eb0b86 Closes-Bug: #1676697
* | Merge "Add profiling support to neutronclient"Jenkins2017-02-241-0/+6
|\ \ | |/ |/|
| * Add profiling support to neutronclientDina Belova2017-02-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to create profiling traces for Neutron, client should be able to send special HTTP header that contains trace info. This patch is also important to be able to make cross project traces. (Typical case nova calls neutron via python client, if profiler is initialized in nova, neutron client will add extra header, that will be parsed by special osprofiler middleware in neutron api.) Closes-Bug: #1335640 Co-Authored-By: Roman Podoliaka <rpodolyaka@mirantis.com> Change-Id: Ic11796889075b2a0e589b70398fc4d4ed6f3ef7c
* | Add BGP VPN OSC commandsÉdouard Thuleau2017-02-091-0/+5
|/ | | | | Change-Id: Ib1ba356e994a98712e00a11ff045df67fbe4c7ea Closes-Bug: #1650204
* Update reno for stable/ocataOpenStack Release Bot2017-01-242-0/+7
| | | | Change-Id: I82db5a7d317f85c58168500e570c76cad7ec07f3
* Merge "Add FWaaS V2 commands for OSC plugin"Jenkins2017-01-131-0/+4
|\
| * Add FWaaS V2 commands for OSC pluginYushiro FURUKAWA2016-12-271-0/+4
| | | | | | | | | | | | | | | | | | | | This commit supports FWaaS v2 CLI as OSC plugin[1]. [1] http://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html Partial-Implements: blueprint fwaas-api-2.0 Depends-On: I7b4108772e8370e8f51971caf40ecd23e9f977e9 Change-Id: I57504f97ac39b5b7d301fd5cc88228a121f0677e Closes-Bug: #1609686
* | Merge "Add rbac_policy to quota resources"Jenkins2016-12-231-0/+4
|\ \ | |/ |/|
| * Add rbac_policy to quota resourcesKevin Benton2016-10-131-0/+4
| | | | | | | | | | | | | | Allow updating the quota for rbac policies. Change-Id: Ia14efb844fa6dd4127840408a03cb54f16d78b35 Closes-Bug: #1631231
* | Deprecate neutron CLIArmando Migliaccio2016-11-041-0/+8
| | | | | | | | | | | | | | It is time to signal that we're fully committed to delivering a pure OSC experience. Change-Id: I2d1e73af2391893a7f136a53cbfcaecec4a18efa
* | Merge "Show tenant_id in *-list by admin"Jenkins2016-10-201-0/+6
|\ \ | |/ |/|
| * Show tenant_id in *-list by adminAkihiro Motoki2016-01-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If API call is done by admin, neutron API returns all resources from all tenants. We received several times a request that tenant_id is useful in such case. This patch displays tenant_id column when *-list is invoked by a user with 'admin' role by default. If columns to be displayed are specified by '-c' option, the specified columns are honored and tenant_id columns is not added. Add functional tests to cover this change. This feature depends on keystoneauth1 and unit tests cannot cover this change. Closes-Bug: #1526238 Change-Id: Id58a0b795f76b4fe24aaf89f1f6486c23f19a553
* | Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I5b1b979ada5989eef490de13bf11faa49dee2d1d
* | Merge "Simplify clearing session-persistence"Jenkins2016-09-131-0/+6
|\ \
| * | Simplify clearing session-persistencereedip2016-08-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently Session Persistance for a pool can be cleared by "neutron lbaas-pool-update pool --session-persistence type=dict type=NONE" But this option seems to be a bit long and complicated, so therefore this patch tries to simplify it by adding a new option --no-session-persistence, which does the same job. Change-Id: Iacafe765a2f0f9537a4e4d01b9b8086a9e313b92 Depends-On: I654b172927e1d96677a7da9e0846231b0ac48aa9
* | | Update reno for stable/newtonDoug Hellmann2016-09-022-0/+7
| | | | | | | | | | | | Change-Id: I1d54586f380bf827f4689ec226437603da749942
* | | Merge "Add QoS egress minimum bandwidth rule to neutronclient"6.0.0Jenkins2016-09-011-0/+4
|\ \ \
| * | | Add QoS egress minimum bandwidth rule to neutronclientRodolfo Alonso Hernandez2016-08-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following patch implements the QoS egress minimum bandwidth assurance in neutronclient. Change-Id: I025522f73a9a8e3a9f69f097cedaeba330b9914a Depends-On: I6b619a96a2bfde164646c71409b671352bc6ce7d Depends-On: I13c54be22f35ac7eb5835d8424a919d0b61a8e95 Partial-Bug: #1560963
* | | | Merge "quota-update to return an error msg for 0 args"Jenkins2016-08-311-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | quota-update to return an error msg for 0 argsAnindita Das2016-08-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no arguments are provided while executing neutron quota-update instead of printing the current quota values it will throw an error message "Must specify new values to update quota" Added unit test to verify that the exception is raised when no arguments are provided to quota update Includes release notes. DocImpact Closes-Bug: #1597552 Change-Id: I476991c39eafa16148f0cc3252ae5c26b9c8cbfc
* | | | Merge "Provide client bindings for DELETE method of auto-allocated-topology ↵Jenkins2016-08-271-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | extension"
| * | | | Provide client bindings for DELETE method of auto-allocated-topology extensionArmando Migliaccio2016-08-251-0/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocImpact: Add documentation for auto-allocate-topology-delete CLI Partial-bug: #1614872 Depends-on: I2fba51bdf8c781fcc0449e1e9947de976c96eec4 Change-Id: I07ef85e4a0c43613351820bd56e429d0155c9fa5
* | | | Remove case dependancy for user inputsreedip2016-08-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the introduction of Lowercase/Uppercase conversion functions in the utils.py, the following patch removes the dependancy of the current code on character casing. utils.convert_to_lowercase is called where the code expects the input to be in lower case while utils.convert_to_uppercase will be called where the code expects the input to be in CAPITAL casing only. Change-Id: I1c5c3c87f343fc2731469b9a0c38d278f6018a11
* | | | Merge "Fix problem of RBAC command arguments"Jenkins2016-08-241-0/+7
|\ \ \ \
| * | | | Fix problem of RBAC command argumentswengjiangang2016-08-151-0/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Add default value '*' to argument 'target_tenant' Change-Id: I61c35ee4def53bc141a9ce562c01fe7422663a0e Closes-Bug: #1596750
* | | | Remove admin-state-down from lbaas-member-updatereedip2016-08-221-0/+4
| |/ / |/| | | | | | | | | | | | | | | | | lbaas-member-update used --admin-state-down, which was deprecated in Mitaka. It has been removed in this version using this patch. Change-Id: I5c4492e6d121b0ae73e21aa3ba0594446fa46d3f
* | | Merge "Add quota support for LB and Listeners"Jenkins2016-08-161-0/+4
|\ \ \ | |/ / |/| |
| * | Add quota support for LB and Listenersreedip2016-07-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for quota update of Loadbalancers and Listeners. Change-Id: I94c0e0898dff18fbadf1c24b5555dd497e9bf640 Closes-Bug: #1559027
* | | Merge "Add support to expose default quotas for tenants"Jenkins2016-08-121-0/+7
|\ \ \
| * | | Add support to expose default quotas for tenantsAbhishek Raut2016-07-151-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neutron client should be able to show the default quotas set for tenants. This patch adds support for the same and introduces a new CLI to retrieve default quotas. Sample usage: neutron quota-default-show +-----------------------+-------+ | Field | Value | +-----------------------+-------+ | floatingip | 50 | | l2-gateway-connection | -1 | | network | 10 | | port | 50 | | rbac_policy | 10 | | router | 10 | | security_group | 10 | | security_group_rule | 100 | | subnet | 10 | | subnetpool | -1 | +-----------------------+-------+ Change-Id: Ie92c22862d2b8ace32a2cf4cb642a6d0bac7932d Closes-Bug: #1204956
* | | Merge "Add support for Bulk Delete in NeutronClient"Jenkins2016-08-111-0/+9
|\ \ \
| * | | Add support for Bulk Delete in NeutronClientreedip2016-08-091-0/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following patch adds support for BulkDelete in NeutronClient. Currently, the core existing Neutron CLIs are going to support Bulk Deletion in NeutronClient. However, if any extension does not require Bulk Delete, it can be disabled by updating the class attribute 'bulk_delete'. DocImpact Depends-On: Ib23d1e53947b5dffcff8db0dde77cae0a0b31243 Change-Id: I3b8a05698625baad3906784e3ecffb0f0242d660 Closes-Bug: #1495440
* | | Merge "Add trunk commands to openstackclient"Jenkins2016-08-031-0/+8
|\ \ \
| * | | Add trunk commands to openstackclientArmando Migliaccio2016-07-281-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the client bindings for the trunk extension. It uses the openstackclient framework, and thus requires the openstack client to work. New commands introduced are as follows: "openstack network trunk create" to create a trunk. "openstack network trunk set" to update/add subports to a trunk. "openstack network trunk unset" to remove subports from trunk. "openstack network trunk list" to list all trunks. "openstack network trunk delete" to delete trunks. "openstack subport list --trunk <name>" to list all subports belonging to a trunk. DocImpact: Openstackclient now supports CLIs to configure trunk resource via OSC plugin for neutronclient Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e Co-authored-by: SongmingYan <yan.songming@zte.com.cn> Co-authored-by: Abhishek Raut <rauta@vmware.com> Partial-implements: blueprint vlan-aware-vms
* | | Log request-id for each api callHirofumi Ichihara2016-07-201-0/+3
|/ / | | | | | | | | | | | | This patch adds support to log 'X-Openstack-Request-Id' for each api call. Change-Id: Ia17d6c4cc021246316a7317011596e0e2efa37be Closes-Bug: #1604306