neutron-tempest-plugin/neutron_tempest_plugin
Boden R e5afab788c use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib
The EGRESS_DIRECTION and INGRESS_DIRECTION constants live in neutron-lib
now and neutron is going to consume them in
I1b81f5c3de9e6f2c0967c2db23ddb716ee7ec6b9

This patch removes the EGRESS_DIRECTION, INGRESS_DIRECTION and
VALID_DIRECTIONS constants from common.constants as they are already
defined and use from neutron-lib.

Change-Id: I52841ecd716f6dbf87fc4c5543d68ba378edbeea
2018-02-13 12:48:58 -07:00
..

WARNING

Some files under this path were copied from tempest as part of the move of the api tests, and they will be removed as required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.