diff --git a/ansible/roles/nova/templates/nova-network.json.j2 b/ansible/roles/nova/templates/nova-network.json.j2
deleted file mode 100644
index 53e93e692de57cc158d1c3a1131fd8638800d9b1..0000000000000000000000000000000000000000
--- a/ansible/roles/nova/templates/nova-network.json.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-    "command": "nova-network",
-    "config_files": [
-        {
-            "source": "{{ container_config_directory }}/nova.conf",
-            "dest": "/etc/nova/nova.conf",
-            "owner": "nova",
-            "perm": "0600"
-        }
-    ]
-}
diff --git a/releasenotes/notes/remove-nova-network-76e1c9b51a4acd5f.yaml b/releasenotes/notes/remove-nova-network-76e1c9b51a4acd5f.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2e3d24c6154cf4f1b0cd887862e1f523765caf05
--- /dev/null
+++ b/releasenotes/notes/remove-nova-network-76e1c9b51a4acd5f.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+  - The nova-network was deprecated, we remove it from the nova ansible
+    role.
+