Merge "Fix name from interface to os_interface in compute and controller conf for Ocata"
diff --git a/nova/files/ocata/nova-compute.conf.Debian b/nova/files/ocata/nova-compute.conf.Debian
index cc00305..c78117c 100644
--- a/nova/files/ocata/nova-compute.conf.Debian
+++ b/nova/files/ocata/nova-compute.conf.Debian
@@ -8237,7 +8237,7 @@
username = {{ compute.identity.user }}
password = {{ compute.identity.password }}
auth_url=http://{{ compute.identity.host }}:35357/v3
-interface = internal
+os_interface = internal
#
# Region name of this node. This is used when picking the URL in the service
diff --git a/nova/files/ocata/nova-controller.conf.Debian b/nova/files/ocata/nova-controller.conf.Debian
index f838054..6777fa7 100644
--- a/nova/files/ocata/nova-controller.conf.Debian
+++ b/nova/files/ocata/nova-controller.conf.Debian
@@ -8260,7 +8260,7 @@
username = {{ controller.identity.user }}
password = {{ controller.identity.password }}
auth_url=http://{{ controller.identity.host }}:35357/v3
-interface = internal
+os_interface = internal
#
# Endpoint interface for this node. This is used when picking the URL in the