metadata-api requires iptables-save/restore
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Michael Still | ||
Newton |
Fix Committed
|
High
|
Sam Yaple | ||
Ocata |
Fix Committed
|
High
|
Sam Yaple |
Bug Description
The metadata-api still loads pieces of nova-network even when using neutron=True.
Specifically, it is still loading linuxnet_
Since neutron uses metadata-api through its proxy, it cannot be said that the metadata-api is purely a nova-network thing.
The MetadataManager class that is loaded makes note of the fact that all the class does is add that ACCEPT rule [0]. Previously in Newton I was able to work around this by overriding the MetadataManager class with 'nova.manager.
TL;DR when using the metadata-api, bits of nova-network are still loaded when they shouldn't be.
[1] https:/
[2] https:/
tags: | added: api metadata |
Should be fixed