We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba30c commit d2a8c7dCopy full SHA for d2a8c7d
examples/local-config/external-network-filter.yaml.example
@@ -6,4 +6,4 @@ metadata:
6
spec:
7
import:
8
filter:
9
- name: ${E2E_EXTERNAL_NETWORK_NAME}
+ name: ${EXAMPLE_EXTERNAL_NETWORK_NAME}
hack/run_examples.sh
@@ -9,7 +9,9 @@ source ./hack/init_test_env.sh
10
export OS_CLOUD=${E2E_OPENSTACK_CLOUD_NAME}
11
12
-export E2E_EXTERNAL_NETWORK_NAME
+# External network to be used in the examples
13
+# NOTE: we should rely on E2E_EXTERNAL_NETWORK_NAME instead
14
+export EXAMPLE_EXTERNAL_NETWORK_NAME=${EXAMPLE_EXTERNAL_NETWORK_NAME:-private}
15
16
cd ./examples
17
0 commit comments