diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-23 11:40:57 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-23 11:40:57 -0400 |
commit | 942a01e7dfbb8a32345741a523b3eb052a027030 (patch) | |
tree | 196a1c2acc3a133e19181e2dbdc7c4bf877faa65 /build/opnfv-environment.yaml | |
parent | 234ed195befdea6a18c875c3ff7d7565aa0ee978 (diff) |
Adds workaround to fix dhcp metadata
JIRA: APEX-236
Change-Id: If237340529f2b9898d91c420b004770e0f883ce0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/opnfv-environment.yaml')
-rw-r--r-- | build/opnfv-environment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 11132948..e25fbc25 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -8,6 +8,7 @@ parameters: ControllerEnableSwiftStorage: false NeutronEnableForceMetadata: true NeutronEnableDHCPMetadata: true + NeutronEnableIsolatedMetadata: true # CloudDomain: EnableSahara: false EnableTacker: true |