Cleanup nova metadata port in nova api service

Nova metadata api is running via http wsgi in its own service.
Therefore we can cleanup the ports definition being opened by
nova api service.

Change-Id: I3066806f8810e30742516c3ca14afc12a1c95bbc
This commit is contained in:
Martin Schuppert 2018-11-13 12:57:16 +01:00
parent 117d8e966f
commit 57cda0b66e
2 changed files with 5 additions and 1 deletions

View File

@ -153,7 +153,6 @@ outputs:
dport:
- 8774
- 13774
- 8775
nova::keystone::authtoken::project_name: 'service'
nova::keystone::authtoken::user_domain_name: 'Default'
nova::keystone::authtoken::project_domain_name: 'Default'

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Nova metadata api is running via http wsgi in its own service.
Therefore we can cleanup ports being opened by nova api service.