Commit Graph

38 Commits

Author SHA1 Message Date
Alfredo Moralejo 481c3051fb Add oslo.log as runtime requirement
it is actually imported in the code so it should be in requirements.txt

cf150d2b96/vitrageclient/auth.py (L19)
cf150d2b96/vitrageclient/v1/cli/template.py (L20)

I'm setting minimal version the oslo.log version of wallaby as i see no
relevant changes in vitrageclient since then at least.

Change-Id: I206aadafa5caa4733b92e57c37824b30407de6a7
2023-07-21 10:38:24 +02:00
Ghanshyam Mann e26a7d2b15 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: I649b222bef9d4ac3ab505ec483194f7043b40044
2022-05-01 13:03:19 -05:00
melissaml 17fcaf06f5 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I54aebb7d370f651642f40a69c27e6776d6093f1d
2020-06-23 11:05:01 +08:00
Andreas Jaeger 218d0c5234 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I266b56f998f092d14d6ccbec1365dc42568ffdd5
2020-04-04 17:21:22 +02:00
Q.hongtao 102acafefe Fix requirements
Change-Id: Iadaf460c1d6068a106cd1c292c47205af3f71dab
2020-01-14 09:22:29 +00:00
Ghanshyam Mann b6d3d31674 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

pythn-vitrageclient is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I6f4cc04134130a3fa36bb65492b01dff63f94e32
2019-12-13 23:44:06 +00:00
Hervé Beraud df8023553e Constraint networkx to <2.3 for Python 2
NetworkX released 2.3, dropping support for Python 2.

 https://github.com/networkx/networkx/blob/master/doc/news.rst

 Also see I0a9700926c9a0db93e782c853c33f1aaee3d4876

Change-Id: I53d03b5ed982baa053d4ce182d7b3abda1b1ec9e
2019-05-21 06:52:22 +00:00
Eyal ab81474e38 support dot format
you can view the graph in dot format instead of json
using the "-f dot" in cli command for topology and rca

dot format is very common for visualization of graphs
there are many tools that support this format including
online visualizers

Story: 2004063
Task: 27070

Change-Id: I44779d5d46a6ca279e2766b0d3f8e7ca02706b84
2019-01-01 10:03:35 +02:00
OpenStack Proposal Bot 280e992b2b Updated from global requirements
Change-Id: Ic13a2d35ea8c5c8fadc6f12482857fda4877498c
2018-02-17 10:20:33 +00:00
OpenStack Proposal Bot bf718e0e99 Updated from global requirements
Change-Id: I5a82f3e20e16027a35ad9823d687198a77378287
2017-12-21 00:47:43 +00:00
OpenStack Proposal Bot 15923a6505 Updated from global requirements
Change-Id: Ibeb41d98ea2f3ad4c8f8121aab5ea124082df51d
2017-12-19 01:47:18 +00:00
OpenStack Proposal Bot 28ecd3910c Updated from global requirements
Change-Id: I41f9dd8addcfc89f7c384fe588d376f3474e64cf
2017-12-05 03:35:43 +00:00
OpenStack Proposal Bot 401bb384df Updated from global requirements
Change-Id: I5bb93ebc1b3042433f8128b91e040e1e6a2f9d87
2017-11-12 21:20:24 +00:00
OpenStack Proposal Bot 96a46ac840 Updated from global requirements
Change-Id: I6c91d6148fdf7fcd2c37b0c20d9a9fd1cd05ece5
2017-10-15 17:09:43 +00:00
OpenStack Proposal Bot 9ff5b54b21 Updated from global requirements
Change-Id: Id8f8cc026e5798519127b078a25511d7fb806863
2017-09-13 13:03:38 +00:00
OpenStack Proposal Bot 6b70d6135e Updated from global requirements
Change-Id: I214e050537fa674128930dfdc59f0aedc28fc7c5
2017-09-01 12:47:46 +00:00
OpenStack Proposal Bot 0baf51aba5 Updated from global requirements
Change-Id: I0de044eeac7862712e4f24229ea91d8f91f0f8bf
2017-08-24 11:49:15 +00:00
OpenStack Proposal Bot 674270ed3e Updated from global requirements
Change-Id: I969b13d2296a5e59c02cb1bcc5ba42212ba2674f
2017-07-26 14:23:27 +00:00
OpenStack Proposal Bot fdd79e76e4 Updated from global requirements
Change-Id: I4be33069e9ff02637acaa9c6f024dc8fff42efcd
2017-06-29 02:29:18 +00:00
Eyal 471cc55dcd add validation for topology and post event for cli
* check that limit is a positive number in 'vitrage topology show'
* check that time is an iso8601 timestamp in 'vitrage event post'
* add tests to check this

Change-Id: If5c4b26578f865c68709027b6e815376e4ee9e1e
2017-06-27 15:18:50 +03:00
OpenStack Proposal Bot c0417bbfff Updated from global requirements
Change-Id: I5bbc61e55dc9649ab344f50febb98018171893fc
2017-06-10 11:48:32 +00:00
OpenStack Proposal Bot 6e3e45ecf5 Updated from global requirements
Change-Id: Icf2c59df10e575c5ada17aa406e4f022923e05f8
2017-05-15 00:55:22 +00:00
OpenStack Proposal Bot a813274c61 Updated from global requirements
Change-Id: I0ec17b5561429c35b960324d8904e1787c1372b1
2017-04-26 18:20:04 +00:00
OpenStack Proposal Bot 275212145d Updated from global requirements
Change-Id: I5575815f072d55bcc34f9ea3ea94860fd60b5ff1
2017-04-12 04:22:25 +00:00
OpenStack Proposal Bot 8051b5491b Updated from global requirements
Change-Id: I72c6ca1cbabbfdda44f8976c627b489062c44829
2017-03-02 05:07:21 +00:00
OpenStack Proposal Bot 3a20fd0841 Updated from global requirements
Change-Id: I6651d93e4872f8c8ccf31fd7931c8ce6c5a06eef
2017-03-01 04:16:39 +00:00
OpenStack Proposal Bot f6c9d3982b Updated from global requirements
Change-Id: I2347d8e24baa65bb4187f14bef9be9b72efb381c
2017-01-21 15:57:22 +00:00
OpenStack Proposal Bot 0b6b8ee2d0 Updated from global requirements
Change-Id: I0c966242f81279825a45a49ddde377841c1c4040
2017-01-16 17:28:34 +00:00
OpenStack Proposal Bot e214896a21 Updated from global requirements
Change-Id: I61ace7064ebf58685c1ee2b5eb531f6bc3e406d1
2017-01-10 12:16:16 +00:00
Eyal 020c1b3a7f add vitrage client to osc
Change-Id: I73d64237f32ab7fff11cb7c2b7bf847f3bb0342f
2016-11-27 12:06:04 +02:00
OpenStack Proposal Bot 5440ed7647 Updated from global requirements
Change-Id: I0ff27f66dcd32c4a5d2306f0f1848f942c0fd72c
2016-11-22 14:01:50 +00:00
OpenStack Proposal Bot 7a30b3df0b Updated from global requirements
Change-Id: If6cd08346c7a2d2796d68c4d2a69b539e1e020b9
2016-10-02 20:35:22 +00:00
OpenStack Proposal Bot c560d3c702 Updated from global requirements
Change-Id: Ice364ed6639fe77d97c72b7ab8d7a08fff561aa8
2016-08-22 03:14:21 +00:00
OpenStack Proposal Bot bced149221 Updated from global requirements
Change-Id: I2208ffa743a2f9eecd056f05fed449aaedbc1227
2016-07-09 19:27:30 +00:00
Eyal f0ae82388d change allow_abbrev to be false for argparse
Change-Id: Ief1fb895ca76ea39f14463ae33243282a10f617d
2016-03-22 12:29:12 +02:00
Eyal 37dbb2051b add more boilerplate files
Implements: blueprint vitrage-cli
Change-Id: I1390ad4dfa40fcbddebaee628d8d928f5aa2bd49
2015-11-17 16:19:25 +02:00
Eyal 287aa41c50 add initial files for shell
Implements: blueprint vitrage-cli
Change-Id: I555152c53f4b27d95a215cea0fedf782daa446cf
2015-11-16 17:13:18 +02:00
mgrosz d48de0cfdd python-vitrageclient project init
Change-Id: I1e5cbd787bcda8606714825d8377a30344968e3f
2015-11-15 13:29:00 +02:00