diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-23 11:40:57 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-24 16:53:39 +0000 |
commit | eae9cbe71c6f7cf28b6c8c4d7b8c64922ebefb89 (patch) | |
tree | c1cc2e736ece86fe42ef3bd542a33e6e3ba5d0fe /build/opnfv-environment.yaml | |
parent | 34d8b7adeca02e857ba0ba0f8db52d740b5b34f8 (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 |