Remove the "nova-network" from the ansible
The nova-network was deprecated, this patch to remove it from the ansible role TrivialFix Change-Id: I6ea9b007a55317e36c6f5117781f9c3ed36b0012
This commit is contained in:
parent
27ee3973a7
commit
939f2afdcb
@ -1,11 +0,0 @@
|
||||
{
|
||||
"command": "nova-network",
|
||||
"config_files": [
|
||||
{
|
||||
"source": "{{ container_config_directory }}/nova.conf",
|
||||
"dest": "/etc/nova/nova.conf",
|
||||
"owner": "nova",
|
||||
"perm": "0600"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- The nova-network was deprecated, we remove it from the nova ansible
|
||||
role.
|
||||
|
Loading…
Reference in New Issue
Block a user