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 53e93e692d..0000000000 --- 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 0000000000..2e3d24c615 --- /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. +