octavia/octavia/tests/unit/common
Nir Magnezi c00488143d Fix the amphora image support for RH Linux flavors
Not all Linux flavors accept the same type of configuration to manage
NICs. The amphora-agent must be able to distinguish between different
Linux flavors and choose the appropriate type of jinja2 NIC
configuration template for each one, respectively.

Up until now, The amphora-agent had no notion of the operating system
it is running on, therefore it used NIC configuration templates that
only match Debian based Linux flavors (mostly Ubuntu). Making it
unusable for flavors such as RHEL, Fedora and CentOS.

This fix enhances how the amphora-agent is handling NIC hot plugs.
It will use the appropriate jinja2 template by checking the Amphora
distribution name when needed.

Co-Authored-By: Michael Johnson <johnsomor@gmail.com>

Closes-Bug #1548070

Change-Id: Id99948aec64656a0532afc68e146f0610bff1378
2017-01-31 20:05:07 +02:00
..
jinja Update haproxy logging configuration 2016-10-14 13:49:03 -07:00
sample_configs Update haproxy logging configuration 2016-10-14 13:49:03 -07:00
tls_utils Add support for PKCS7 bundles and encrypted keys 2016-10-05 19:51:51 -07:00
__init__.py Initial directory skeleton 2014-09-04 15:28:10 -06:00
test_base_taskflow.py Mock module import standardisation 2015-10-16 13:39:53 +02:00
test_clients.py Backend Keystone authentication 2016-11-17 11:03:40 -06:00
test_config.py Fixed various issues with create lb and amphora flow 2015-05-06 23:54:46 -05:00
test_constants.py Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
test_decorator.py Introduce API Decorators 2016-12-12 21:16:15 +00:00
test_exceptions.py Implementing simple operator API 2014-12-11 20:22:14 -06:00
test_policy.py Add support for policy.json 2017-01-06 23:37:20 +00:00
test_stats.py Add class 'StatsMixin' 2016-10-16 20:14:15 -05:00
test_utils.py Fix the amphora image support for RH Linux flavors 2017-01-31 20:05:07 +02:00
test_validations.py validate the subnet id for create loadbalancer and member 2016-06-02 10:26:17 -07:00