neutron/neutron
John Schwarz 7aa3b2eace Add EnvironmentDescription, pass it down
* The EnvironmentDescription class describes an entire fullstack
  environment (as opposed to the currently implemented host-only
  descriptions). This will allow future patches to signify that a test
  should set up an environment that supports tunneling, l2pop, QoS and
  more.
* Now, most fullstack fixtures (config and process ones, at least),
  expect both the EnvironmentDescription for the current test and the
  HostDescription for the 'host' the config/process is on. This allows
  for easier and most robust future changes, as now adding a new
  parameter to one of the description objects doesn't mean adding that
  argument to a number of other objects which are using it.
* Changed HostDescription's default argument of l3_agent to False, since
  adding new configurations and defualting them to True forces the
  author to go through ALL the tests and explicitly turn them on/off.
  However, defaulting new configurations to False only requires
  explicitly turning them on, which we ought to do anyway.

Change-Id: Ib2f12016ba4371bfda76c82e11d0794acc759955
2015-08-20 15:34:25 +03:00
..
agent Merge "Use a conntrack zone per port in OVS" 2015-08-18 01:23:10 +00:00
api Merge "Stop using quota reservations on base controller" 2015-08-19 01:26:33 +00:00
callbacks Improve callback registry devref documentation and usability 2015-08-12 10:15:07 -07:00
cmd Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-08-17 15:16:55 +02:00
common Merge "Python 3: fix test_utils" 2015-08-18 21:00:13 +00:00
core_extensions Forbid attaching rules if policy isn't accessible 2015-08-12 09:52:33 +00:00
db Merge "Final decomposition of ML2 Nexus Driver" 2015-08-19 01:22:59 +00:00
debug Migrate to oslo.log 2015-03-12 11:22:56 +01:00
extensions Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-08-17 15:16:55 +02:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Support subnetpool association to an address scope 2015-08-04 12:09:15 +05:30
locale Imported Translations from Transifex 2015-08-10 06:11:06 +00:00
notifiers Merge "Revert "Revert "Add VIF_DELETED notification event to Nova""" 2015-08-12 18:05:47 +00:00
objects Fix get_objects to allow filtering 2015-08-09 14:57:52 +03:00
openstack Switch to the oslo_utils.fileutils 2015-07-15 08:09:26 +03:00
plugins Merge "Support delegation of bind_port to networking-odl backend driver." 2015-08-19 15:28:01 +00:00
quota Reservations support 2015-08-17 15:54:19 -07:00
scheduler Merge "Bug-Fix for unexpected DHCP agent redundant" 2015-08-11 04:37:03 +00:00
server Remove unneeded shebangs 2015-08-13 12:39:07 +02:00
services Merge "Don't fatal error during initialization for missing service providers" 2015-08-18 01:12:22 +00:00
tests Add EnvironmentDescription, pass it down 2015-08-20 15:34:25 +03:00
__init__.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
auth.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
context.py Add DB support for resource usage tracking 2015-07-26 15:26:10 -07:00
i18n.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
neutron_plugin_base_v2.py Basic subnetpool CRUD 2015-03-18 22:53:50 -07:00
policy.py Use oslo.log library instead of system logging module 2015-08-10 15:52:26 +03:00
service.py Avoid printing log options multiple times 2015-07-24 05:26:58 -07:00
version.py
wsgi.py Merge "Python 3: encode unicode response bodies" 2015-08-13 08:01:29 +00:00