nova/nova/tests/functional
Matt Riedemann 6627de4aa5 Enable Neutron by default
This changes the use_neutron configuration option default
value to True. nova-network has been deprecated since Newton
and only runs in a cells v1 configuration now, so it's time
to make Neutron the default configuration for new Nova
deployments.

As far as testing, the unit tests have already been taken
care of for use_neutron=True by default. There are several
functional tests which are converted over to using Neutron
via the fixture in this change. However, the legacy API
samples functional tests were written with nova-network stubs
so it will take some time to convert over to using Neutron
stubs. This patch does not attempt to clean all of those up
and just configures nova-network by default. The remaining
tests will need to be converted to using Neutron in a later
series of changes.

Depends-On: I82721b5d10711401b9b0ebc2b0ed07cc8287bbf7

Implements blueprint use-neutron-by-default

Change-Id: I8388c29ad310cd8800084b4d5c026013158bfbed
2017-01-04 10:09:00 -05:00
..
api Fix urllib.urlencode issue in functional tests on Python 3 2016-12-23 17:13:54 +08:00
api_sample_tests Enable Neutron by default 2017-01-04 10:09:00 -05:00
db Merge "Provide an online data migration to cleanup orphaned build requests" 2017-01-04 00:17:01 +00:00
libvirt tests: avoid starting compute service twice in sriov functional test 2016-12-07 09:39:23 -05:00
notification_sample_tests Merge "Transform instance.snapshot notifications" 2016-12-15 00:21:40 +00:00
regressions Enable Neutron by default 2017-01-04 10:09:00 -05:00
wsgi Enable Neutron by default 2017-01-04 10:09:00 -05:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
api_paste_fixture.py Remove legacy v2 API functional tests 2016-05-04 18:17:23 +08:00
api_samples_test_base.py Simple tenant usage pagination 2016-12-14 03:33:50 +00:00
integrated_helpers.py Enable Neutron by default 2017-01-04 10:09:00 -05:00
test_compute_mgr.py conf: Remove deprecated service manager opts 2016-12-05 23:28:49 +08:00
test_instance_actions.py make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
test_legacy_v2_compatible_wrapper.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test_login.py update api_samples code to use better variables 2015-12-14 11:23:26 +08:00
test_metadata.py Enable Neutron by default 2017-01-04 10:09:00 -05:00
test_middleware.py Add CORS filter to versions pipeline 2016-12-02 11:44:09 -05:00
test_server_group.py Enable Neutron by default 2017-01-04 10:09:00 -05:00
test_servers.py Merge "Add metadata functional negative tests" 2016-12-21 06:13:27 +00:00