Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
776e360e35 | ||
|
|
f67af3d9be | ||
| ec84aff516 | |||
| f060429cfc |
@@ -1,7 +1,7 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-cover-jobs
|
||||
- openstack-python3-zed-jobs
|
||||
- openstack-python3-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- check-requirements
|
||||
- lib-forward-testing-python3
|
||||
|
||||
@@ -58,11 +58,11 @@ def _get_common_parser(parser):
|
||||
enable_group.add_argument(
|
||||
'--enable',
|
||||
action='store_true',
|
||||
help=_('Enable this log (default is disabled)'))
|
||||
help=_('Enable this log'))
|
||||
enable_group.add_argument(
|
||||
'--disable',
|
||||
action='store_true',
|
||||
help=_('Disable this log'))
|
||||
help=_('Disable this log (default is enabled)'))
|
||||
return parser
|
||||
|
||||
|
||||
|
||||
@@ -250,6 +250,9 @@ class ClientBase(object):
|
||||
def __init__(self, **kwargs):
|
||||
"""Initialize a new client for the Neutron v2.0 API."""
|
||||
super(ClientBase, self).__init__()
|
||||
_logger.warning("The python binding code in neutronclient will be "
|
||||
"deprecated in favor of OpenstackSDK, please use "
|
||||
"that!")
|
||||
self.retries = kwargs.pop('retries', 0)
|
||||
self.raise_errors = kwargs.pop('raise_errors', True)
|
||||
self.httpclient = client.construct_http_client(**kwargs)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
prelude: >
|
||||
Openstack community decided to use one SDK for its services, that is
|
||||
in ``openstacksdk`` repository. To avoid duplication, sooner or later the
|
||||
python binding code in ``python-neutronclient`` will be deprecated, and
|
||||
``Neutron`` team decided on the ``2023.1 (Antelope)`` PTG to not allow
|
||||
new features\' bindings implemented here.
|
||||
@@ -6,6 +6,7 @@
|
||||
:maxdepth: 1
|
||||
|
||||
unreleased
|
||||
zed
|
||||
yoga
|
||||
xena
|
||||
wallaby
|
||||
|
||||
6
releasenotes/source/zed.rst
Normal file
6
releasenotes/source/zed.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
========================
|
||||
Zed Series Release Notes
|
||||
========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/zed
|
||||
Reference in New Issue
Block a user