Commit Graph

109 Commits

Author SHA1 Message Date
Takashi Kajinami 2d93d2e1ed Bump hacking
hacking 3.0.x is too old.

This also pulls the hacking options from neutron.

Change-Id: Ic1a428a05131f98d5a9050b83613c5478904f202
2024-01-30 18:09:53 +09:00
Takashi Kajinami ee6f6a13ea Drop unused simplejson
This library no longer import simplejson directly since [1] was merged.

[1] 1f35b8f25c

Change-Id: I5689ed9f7852cc2bec3cf8035a773e63fb10e3d5
2023-11-05 18:32:33 +09:00
elajkat fccfe8c3e5 OSC: Remove FWAAS V2 calls to neutronclient
Bump SDK min version to 1.5.0.

Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/883859
Related-Bug: #1999774
Change-Id: I1588ffa8035c2a4f558c6d3a630287542c718be4
2023-09-06 10:22:20 +02:00
elajkat d4124aed1f OSC: Remove BGPVPN calls to neutronclient
With [1] the python binding code in Neutronclient prints warning
about future deprecation, change networking-bgpvpn osc client
code to use totally OpenstackSDK.

[1]: https://review.opendev.org/c/openstack/python-neutronclient/+/862371

Change-Id: Iae1378ffabda3d30257e35a6148e205a9f495eb5
Related-Bug: #1999774
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/875530
2023-05-24 11:53:33 +02:00
elajkat 0b271d3b8c OSC: Remove BGP calls to neutronclient
With [1] the python binding code in Neutronclient prints warning
about future deprecation, change neutron-dynamic-routing osc client
code to use totally OpenstackSDK.

[1]: https://review.opendev.org/c/openstack/python-neutronclient/+/862371

Related-Bug: #1999774
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/869485
Depends-On: https://review.opendev.org/c/openstack/requirements/+/873598
Change-Id: I5dd143e670b70cc42a2ae48fe4bac0cf09416cb5
2023-03-03 13:16:15 +00:00
Ghanshyam Mann 143db0177a Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I9a985c439675dc3aa6120a0d9734b8cdeaedccf8
2022-04-30 20:28:29 -05:00
Elod Illes d87683b59b Fix lower constraints
This patch updates lower-constraints.txt to eliminate contradictions.

keystoneauth1 lower constraint has to be bumped in requirements.txt as
another dependency, openstacksdk 0.15.0 depends on keystoneauth1>=3.8.0

dogpile.cache version bumped to 0.6.5 as older version had 'async' as
variable name which gives SyntaxError from py37.

Change-Id: I31464518cb7f76c0fa5275a4ef52b2a6b634cfa3
2021-03-19 14:01:54 +01:00
Bernard Cafarelli 66462874d2
Fix lower-constraints for Focal
Bump to versions supporting python 3.8 and with wheels available and
sync requirements

Change-Id: Ibcd16c9a9f691775af428ec447f4ebf9baea5e86
2020-09-10 10:44:30 +02:00
zhanghao 3cfa54fa56 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I357968c6a1932856b1600f6c191966bc90cbc258
2020-05-15 17:27:56 -04:00
Dmitry Tantsur 157016ea3c Remove Babel from requirements
It's not a runtime dependency (and even oslo.i18n has dropped it).
The translation infrastructure installs Babel explicitly. See
this mailing list thread for a full reasoning:
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Keeping Babel in lower-constraints since other projects still pull it.

Change-Id: I1c92bd28c3f54368b591b965b5f904c8fda424e0
2020-04-17 18:15:50 +02:00
Akihiro Motoki 2b8c6cac22 Add oslo.log to requirements.txt
During the review https://review.openstack.org/#/c/554597/,
it turns out that oslo.log is a direct dependency.
This commit adds oslo.log to requirements.txt.

Change-Id: Ief5930dcb0793e441aabf658269ada31b05b7de5
2018-04-08 01:34:01 +00:00
OpenStack Proposal Bot 595edf430b Updated from global requirements
Change-Id: I045b436539616b8ec3213b65467bbb75c931e2da
2018-02-17 10:15:45 +00:00
OpenStack Proposal Bot 05218d9500 Updated from global requirements
Change-Id: I6f0b04b8158f2702c522710b2f658cddfdef6675
2017-12-21 00:44:49 +00:00
OpenStack Proposal Bot 9a7050b2db Updated from global requirements
Change-Id: I2f5dbe4729c8b2d3664224c7b61d6d21323a2415
2017-12-19 01:44:22 +00:00
OpenStack Proposal Bot 92e65ec27d Updated from global requirements
Change-Id: I57041f72eadc70d2befcd7ce92b3a3b394da4cc6
2017-10-12 22:04:01 +00:00
OpenStack Proposal Bot 10d55c3a0f Updated from global requirements
Change-Id: I036c81a2cc84e615d8dd7936ceee60812260abba
2017-09-21 03:49:49 +00:00
OpenStack Proposal Bot 24f6f2df3b Updated from global requirements
Change-Id: I031afd7bc7943d04c098934b30eaf51efa6986ae
2017-09-01 12:46:56 +00:00
OpenStack Proposal Bot f9bac29542 Updated from global requirements
Change-Id: Iaec435d5f56b48469fff6d53247e9bbf7feb21c3
2017-07-29 02:41:41 +00:00
OpenStack Proposal Bot 9055183d39 Updated from global requirements
Change-Id: I0126609c076ee715b84d357b007ffbef6e0ebfe8
2017-07-23 13:52:20 +00:00
OpenStack Proposal Bot 37856d9d13 Updated from global requirements
Change-Id: I607d35de1ff5d26747629a5f1dd5c114808b5ed7
2017-07-18 01:56:30 +00:00
OpenStack Proposal Bot 13ac0901d2 Updated from global requirements
Change-Id: Ib4525d1804cb1d05066d5ddf074ab3d59a951d6b
2017-06-15 15:33:41 +00:00
OpenStack Proposal Bot feb60a9cda Updated from global requirements
Change-Id: I71956aeabab94c6d938846e794dfe34f27f754f6
2017-05-30 13:43:15 +00:00
OpenStack Proposal Bot 5a7e65db3d Updated from global requirements
Change-Id: I773de629c1ada3116b9a15f8e4a8a9ee9f24d0ea
2017-05-03 12:23:01 +00:00
OpenStack Proposal Bot db377519eb Updated from global requirements
Change-Id: I2fe3503185ab8261daffc32d1345b6826c224179
2017-04-12 04:21:40 +00:00
OpenStack Proposal Bot 4c9d42f60f Updated from global requirements
Change-Id: If404f874168f825fe70a2d253d26c3400183536b
2017-03-06 01:18:40 +00:00
OpenStack Proposal Bot 9a40331059 Updated from global requirements
Change-Id: I63fb5e5486670bc369abc5339a2da8e65ba2ec6f
2017-01-24 22:33:31 +00:00
OpenStack Proposal Bot 9b3658d474 Updated from global requirements
Change-Id: Ibb55a7bbd27bedd9c3cbb5329d4081057ec9c729
2017-01-16 17:27:58 +00:00
OpenStack Proposal Bot 19546d0c6d Updated from global requirements
Change-Id: I47bedcde68a0aaebf973f2207f9855d29922bc13
2016-12-23 22:18:02 +00:00
Akihiro Motoki 0b7ee51ae8 Add common utilities for OSC plugin implementation
This patch introduces two utility modules.
* osc/utils.py for OSC plugin general stuff which are
  planned to move to osc-lib potentially
* osc/v2/utils.py for Networking v2.0 API related methods

Co-Authored-By: Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>
Change-Id: Ia36687843c56ebde0d3705ef11435ec7f5cff9d8
2016-12-12 09:15:08 +09:00
OpenStack Proposal Bot 7cb7950a36 Updated from global requirements
Change-Id: I6d217c553c1f4885ee7ffbb9b5623cb97910802a
2016-10-21 00:50:27 +00:00
OpenStack Proposal Bot dfe6714357 Updated from global requirements
Change-Id: I7c7a77b9e7935d89782ea23d3bbe54dc30afc0ac
2016-10-19 17:45:52 +00:00
OpenStack Proposal Bot c14022e66d Updated from global requirements
Change-Id: Idda966e85eb7dedf950c4d398b3247ddee10d1ac
2016-10-10 12:38:58 +00:00
OpenStack Proposal Bot 2a15b11019 Updated from global requirements
Change-Id: I429eeaf2e39441e26a16c9caf56ba8d3f3107bd2
2016-09-01 09:21:45 +00:00
OpenStack Proposal Bot 56754d0d16 Updated from global requirements
Change-Id: I834d81cf3ee29263adc5a880de170a960329d5d9
2016-08-25 13:54:53 +00:00
OpenStack Proposal Bot f1f810bc35 Updated from global requirements
Change-Id: I387652cf712063b99d467d482a6ef368e55b3fb8
2016-08-24 13:35:49 +00:00
OpenStack Proposal Bot b3f22cc189 Updated from global requirements
Change-Id: I302ea10c2705aacdbf917ae339c7f8547d73bc1e
2016-08-19 19:52:53 +00:00
OpenStack Proposal Bot 0dbbb9c516 Updated from global requirements
Change-Id: Ic374936346fe630322f94fe0ef82bb5c29c4d211
2016-08-01 18:47:27 +00:00
OpenStack Proposal Bot 3b1c538422 Updated from global requirements
Change-Id: I530dfab31a02b9acbb781f221ecf042f1d260290
2016-07-21 04:10:18 +00:00
Jenkins 06ada316a0 Merge "Base OSC plugin support" 2016-07-09 01:03:29 +00:00
Richard Theis d63a92a55f Base OSC plugin support
Enable neutronclient OSC plugin support.
This patch set does the following:

 - Establishes OSC plugin structure for commands and unit tests
 - Creates the OSC plugin
 - Adds OSC to test-requirements.txt

Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce
Related-Bug: #1521291
2016-07-08 21:54:29 +00:00
OpenStack Proposal Bot 1d7c9926b8 Updated from global requirements
Change-Id: Ia7b03a36b1ad078b4d48d32121ee9225f8cc3fde
2016-07-08 17:34:16 +00:00
OpenStack Proposal Bot f3bea7e83a Updated from global requirements
Change-Id: Id5266aa1ab577adbccde9be2725cafb1e7f48ae7
2016-06-24 03:17:32 +00:00
OpenStack Proposal Bot 6d5356a375 Updated from global requirements
Change-Id: I94641c2e8629df1225e37e53c22c3d80295c9f60
2016-06-02 21:11:39 +00:00
OpenStack Proposal Bot 53a59e5aa2 Updated from global requirements
Change-Id: If7ed53fa20d1f3da2555d771f80c71cf6b3fed88
2016-05-21 15:52:16 +00:00
OpenStack Proposal Bot 04cf26dd42 Updated from global requirements
Change-Id: I0d11f690a337abac8be439f9c0acc3d7134d767b
2016-05-06 22:22:32 +00:00
OpenStack Proposal Bot 98fc6c5757 Updated from global requirements
Change-Id: I60b9361df2039a49694a4c967f4d5ca7204fab9c
2016-04-30 18:08:33 +00:00
OpenStack Proposal Bot feba9bb2c9 Updated from global requirements
Change-Id: I00f8c716e6ea6399066a87d149c6eed298859c1f
2016-04-20 05:19:35 +00:00
OpenStack Proposal Bot 5d28651f9b Updated from global requirements
Change-Id: If21c3be96b39240ce2d61be75633f6f84d7d35f5
2016-03-04 14:22:30 +00:00
OpenStack Proposal Bot 44da935264 Updated from global requirements
Change-Id: Ie017f8c7acd17384b98743b79888c4e821d7497f
2016-02-20 22:00:30 +00:00
OpenStack Proposal Bot 6810d96ea1 Updated from global requirements
Change-Id: I4fe34e07dcb5ffd16f849e95483d5b4aaaf5102c
2016-02-11 07:44:36 +00:00