Rename lib/neutron to lib/neutron-legacy
Preparing to refactor lib/neutron to support Neutron as the default network config. lib/neutron will be renamed internally and refined to support a couple of specific configurations. Change-Id: I0d3773d14c4c636a4b915734784e7241f4d15474
This commit is contained in:
parent
85c98b3e18
commit
5a9739a4ca
2
clean.sh
2
clean.sh
@ -49,7 +49,7 @@ source $TOP_DIR/lib/cinder
|
|||||||
source $TOP_DIR/lib/swift
|
source $TOP_DIR/lib/swift
|
||||||
source $TOP_DIR/lib/ceilometer
|
source $TOP_DIR/lib/ceilometer
|
||||||
source $TOP_DIR/lib/heat
|
source $TOP_DIR/lib/heat
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
source $TOP_DIR/lib/ironic
|
source $TOP_DIR/lib/ironic
|
||||||
source $TOP_DIR/lib/trove
|
source $TOP_DIR/lib/trove
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ Scripts
|
|||||||
* `lib/ironic <lib/ironic.html>`__
|
* `lib/ironic <lib/ironic.html>`__
|
||||||
* `lib/keystone <lib/keystone.html>`__
|
* `lib/keystone <lib/keystone.html>`__
|
||||||
* `lib/ldap <lib/ldap.html>`__
|
* `lib/ldap <lib/ldap.html>`__
|
||||||
* `lib/neutron <lib/neutron.html>`__
|
* `lib/neutron-legacy <lib/neutron-legacy.html>`__
|
||||||
* `lib/nova <lib/nova.html>`__
|
* `lib/nova <lib/nova.html>`__
|
||||||
* `lib/oslo <lib/oslo.html>`__
|
* `lib/oslo <lib/oslo.html>`__
|
||||||
* `lib/rpc\_backend <lib/rpc_backend.html>`__
|
* `lib/rpc\_backend <lib/rpc_backend.html>`__
|
||||||
|
@ -32,7 +32,7 @@ source $TOP_DIR/functions
|
|||||||
|
|
||||||
# Import project functions
|
# Import project functions
|
||||||
source $TOP_DIR/lib/cinder
|
source $TOP_DIR/lib/cinder
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
|
|
||||||
# Import configuration
|
# Import configuration
|
||||||
source $TOP_DIR/openrc
|
source $TOP_DIR/openrc
|
||||||
|
@ -37,7 +37,7 @@ source $TOP_DIR/eucarc
|
|||||||
source $TOP_DIR/exerciserc
|
source $TOP_DIR/exerciserc
|
||||||
|
|
||||||
# Import project functions
|
# Import project functions
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
|
|
||||||
# If nova api is not enabled we exit with exitcode 55 so that
|
# If nova api is not enabled we exit with exitcode 55 so that
|
||||||
# the exercise is skipped
|
# the exercise is skipped
|
||||||
|
@ -31,7 +31,7 @@ source $TOP_DIR/functions
|
|||||||
source $TOP_DIR/openrc
|
source $TOP_DIR/openrc
|
||||||
|
|
||||||
# Import project functions
|
# Import project functions
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
|
|
||||||
# Import exercise configuration
|
# Import exercise configuration
|
||||||
source $TOP_DIR/exerciserc
|
source $TOP_DIR/exerciserc
|
||||||
|
@ -49,7 +49,7 @@ source $TOP_DIR/functions
|
|||||||
source $TOP_DIR/openrc
|
source $TOP_DIR/openrc
|
||||||
|
|
||||||
# Import neutron functions
|
# Import neutron functions
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
|
|
||||||
# If neutron is not enabled we exit with exitcode 55, which means exercise is skipped.
|
# If neutron is not enabled we exit with exitcode 55, which means exercise is skipped.
|
||||||
neutron_plugin_check_adv_test_requirements || exit 55
|
neutron_plugin_check_adv_test_requirements || exit 55
|
||||||
|
@ -32,7 +32,7 @@ source $TOP_DIR/openrc
|
|||||||
|
|
||||||
# Import project functions
|
# Import project functions
|
||||||
source $TOP_DIR/lib/cinder
|
source $TOP_DIR/lib/cinder
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
|
|
||||||
# Import exercise configuration
|
# Import exercise configuration
|
||||||
source $TOP_DIR/exerciserc
|
source $TOP_DIR/exerciserc
|
||||||
|
1467
lib/neutron
1467
lib/neutron
File diff suppressed because it is too large
Load Diff
1
lib/neutron
Symbolic link
1
lib/neutron
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
neutron-legacy
|
1467
lib/neutron-legacy
Executable file
1467
lib/neutron-legacy
Executable file
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ Plugin specific configuration variables should be in this file.
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
---------
|
---------
|
||||||
``lib/neutron`` calls the following functions when the ``$Q_PLUGIN`` is enabled
|
``lib/neutron-legacy`` calls the following functions when the ``$Q_PLUGIN`` is enabled
|
||||||
|
|
||||||
* ``neutron_plugin_create_nova_conf`` :
|
* ``neutron_plugin_create_nova_conf`` :
|
||||||
set ``NOVA_VIF_DRIVER`` and optionally set options in nova_conf
|
set ``NOVA_VIF_DRIVER`` and optionally set options in nova_conf
|
||||||
|
2
lib/neutron_thirdparty/README.md
vendored
2
lib/neutron_thirdparty/README.md
vendored
@ -10,7 +10,7 @@ Third party program specific configuration variables should be in this file.
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
---------
|
---------
|
||||||
``lib/neutron`` calls the following functions when the ``<third_party>`` is enabled
|
``lib/neutron-legacy`` calls the following functions when the ``<third_party>`` is enabled
|
||||||
|
|
||||||
functions to be implemented
|
functions to be implemented
|
||||||
* ``configure_<third_party>``:
|
* ``configure_<third_party>``:
|
||||||
|
2
stack.sh
2
stack.sh
@ -525,7 +525,7 @@ source $TOP_DIR/lib/cinder
|
|||||||
source $TOP_DIR/lib/swift
|
source $TOP_DIR/lib/swift
|
||||||
source $TOP_DIR/lib/ceilometer
|
source $TOP_DIR/lib/ceilometer
|
||||||
source $TOP_DIR/lib/heat
|
source $TOP_DIR/lib/heat
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
source $TOP_DIR/lib/ldap
|
source $TOP_DIR/lib/ldap
|
||||||
source $TOP_DIR/lib/dstat
|
source $TOP_DIR/lib/dstat
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ source $TOP_DIR/lib/cinder
|
|||||||
source $TOP_DIR/lib/swift
|
source $TOP_DIR/lib/swift
|
||||||
source $TOP_DIR/lib/ceilometer
|
source $TOP_DIR/lib/ceilometer
|
||||||
source $TOP_DIR/lib/heat
|
source $TOP_DIR/lib/heat
|
||||||
source $TOP_DIR/lib/neutron
|
source $TOP_DIR/lib/neutron-legacy
|
||||||
source $TOP_DIR/lib/ldap
|
source $TOP_DIR/lib/ldap
|
||||||
source $TOP_DIR/lib/dstat
|
source $TOP_DIR/lib/dstat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user