Merge "Cleanup nova metadata port in nova api service"

This commit is contained in:
Zuul 2018-11-22 21:48:08 +00:00 committed by Gerrit Code Review
commit 444657edd2
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.