Skip to content

Commit 5a9739a

Browse files
Dean Troyersdague
authored andcommitted
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
1 parent 85c98b3 commit 5a9739a

13 files changed

Lines changed: 1479 additions & 1478 deletions

File tree

clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ source $TOP_DIR/lib/cinder
4949
source $TOP_DIR/lib/swift
5050
source $TOP_DIR/lib/ceilometer
5151
source $TOP_DIR/lib/heat
52-
source $TOP_DIR/lib/neutron
52+
source $TOP_DIR/lib/neutron-legacy
5353
source $TOP_DIR/lib/ironic
5454
source $TOP_DIR/lib/trove
5555

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Scripts
166166
* `lib/ironic <lib/ironic.html>`__
167167
* `lib/keystone <lib/keystone.html>`__
168168
* `lib/ldap <lib/ldap.html>`__
169-
* `lib/neutron <lib/neutron.html>`__
169+
* `lib/neutron-legacy <lib/neutron-legacy.html>`__
170170
* `lib/nova <lib/nova.html>`__
171171
* `lib/oslo <lib/oslo.html>`__
172172
* `lib/rpc\_backend <lib/rpc_backend.html>`__

exercises/boot_from_volume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source $TOP_DIR/functions
3232

3333
# Import project functions
3434
source $TOP_DIR/lib/cinder
35-
source $TOP_DIR/lib/neutron
35+
source $TOP_DIR/lib/neutron-legacy
3636

3737
# Import configuration
3838
source $TOP_DIR/openrc

exercises/euca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ source $TOP_DIR/eucarc
3737
source $TOP_DIR/exerciserc
3838

3939
# Import project functions
40-
source $TOP_DIR/lib/neutron
40+
source $TOP_DIR/lib/neutron-legacy
4141

4242
# If nova api is not enabled we exit with exitcode 55 so that
4343
# the exercise is skipped

exercises/floating_ips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source $TOP_DIR/functions
3131
source $TOP_DIR/openrc
3232

3333
# Import project functions
34-
source $TOP_DIR/lib/neutron
34+
source $TOP_DIR/lib/neutron-legacy
3535

3636
# Import exercise configuration
3737
source $TOP_DIR/exerciserc

exercises/neutron-adv-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ source $TOP_DIR/functions
4949
source $TOP_DIR/openrc
5050

5151
# Import neutron functions
52-
source $TOP_DIR/lib/neutron
52+
source $TOP_DIR/lib/neutron-legacy
5353

5454
# If neutron is not enabled we exit with exitcode 55, which means exercise is skipped.
5555
neutron_plugin_check_adv_test_requirements || exit 55

exercises/volumes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source $TOP_DIR/openrc
3232

3333
# Import project functions
3434
source $TOP_DIR/lib/cinder
35-
source $TOP_DIR/lib/neutron
35+
source $TOP_DIR/lib/neutron-legacy
3636

3737
# Import exercise configuration
3838
source $TOP_DIR/exerciserc

0 commit comments

Comments
 (0)