Jump to: navigation, search

NovaNetNeutronParity

Revision as of 20:31, 9 December 2013 by Beagles (talk | contribs) (Network Manager Types)

Making Parity Happen

Documentation

Quality of Default Implementation

Performance

Configuration

Communication

Scalability

HA Options

API Integration

Points to Look For

  • Throwing exceptions across the API boundary that differ than those thrown by alternate implementations may be a parity issue. (e.g. validate_networks in neutron throws in the presence of multiple networks, nova-network does not)
  • NotImplemented may be a significant parity issue. Even if addressed through alternate mechanisms, this is a testing /api binary compatible mismatch

Functional Parity

Network Manager Types

NovaNetNeutronRecipes

The FlatNetworkManager (thanks rkukura for spelling this out!):

(would this work for FlatDHCPNetworkManager as well?)

Multi-Host