diff options
author | ananth.y <ananth.y@hcl.com> | 2019-04-22 21:09:26 +0900 |
---|---|---|
committer | Y Ananth <ananth.y@hcl.com> | 2019-04-22 12:13:22 +0000 |
commit | 8f294ab694a95e60abb29af6f1ef560ae365d436 (patch) | |
tree | d961920aa92e1893002eeb0d5ca0dae8e0c6ede9 /build/patches | |
parent | e4b1cd108f74e2cd76caf6736632d597f7436a4e (diff) |
Update openstack refs to opendev
Change-Id: Ia4175031ed3b858d0e832514e6d8b2e7efb8c285
Signed-off-by: ananth.y <ananth.y@hcl.com>
Diffstat (limited to 'build/patches')
-rw-r--r-- | build/patches/neutron-patch-NSDriver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/patches/neutron-patch-NSDriver.patch b/build/patches/neutron-patch-NSDriver.patch index 84b4fb02..95ad58f9 100644 --- a/build/patches/neutron-patch-NSDriver.patch +++ b/build/patches/neutron-patch-NSDriver.patch @@ -139,7 +139,7 @@ index 88d6e67f31..c0fab604d1 100644 + + def _configure_mtu(self, ns_dev, mtu=None): + # Need to set MTU, after added to namespace. See review -+ # https://review.openstack.org/327651 ++ # https://review.opendev.org/327651 + try: + # Note: network_device_mtu will be deprecated in future + mtu_override = self.conf.network_device_mtu |