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:
caoyuan 2016-11-29 20:43:05 +08:00
parent 27ee3973a7
commit 939f2afdcb
2 changed files with 5 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{
"command": "nova-network",
"config_files": [
{
"source": "{{ container_config_directory }}/nova.conf",
"dest": "/etc/nova/nova.conf",
"owner": "nova",
"perm": "0600"
}
]
}

View File

@ -0,0 +1,5 @@
---
deprecations:
- The nova-network was deprecated, we remove it from the nova ansible
role.