diff options
-rw-r--r-- | build/f_isoroot/f_bgpvpn-pluginbuild/config.mk | 2 | ||||
-rw-r--r-- | deploy/deploy-config.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk b/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk index e6538d5b4..a5f9ad966 100644 --- a/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk +++ b/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk @@ -9,4 +9,4 @@ BGPVPN_BRANCH=master BGPVPN_REPO="https://github.com/openstack/fuel-plugin-bgpvpn.git" -BGPVPN_CHANGE=fa803b03e768925428a719c7b1825e7bf7bb9f11 +BGPVPN_CHANGE=fb8a9ad29f85bd0902db6701f31810aa8015a4fc diff --git a/deploy/deploy-config.py b/deploy/deploy-config.py index d1e9cd47a..d02a93717 100644 --- a/deploy/deploy-config.py +++ b/deploy/deploy-config.py @@ -86,8 +86,8 @@ def warning(msg): 'NC': NC}) def setup_yaml(): - represent_dict_order = lambda self, data: self.represent_mapping('tag:yaml.org,2002:map', data.items()) - yaml.add_representer(collections.OrderedDict, represent_dict_order) + represent_dict_order = lambda self, data: self.represent_mapping('tag:yaml.org,2002:map', data.items()) + yaml.add_representer(collections.OrderedDict, represent_dict_order) def sha_uri(uri): import hashlib |