Missing api coverage for networks provider extended attributes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Networking API has a provider networks extension that you can specify provider extended attributes for a network. Tempest doesn't have test coverage for this.
provider:
The physical network where this network object is implemented. The Networking API v2.0 does not provide a way to list available physical networks. For example, the Open vSwitch plug-in configuration file defines a symbolic name that maps to specific bridges on each Compute host.
provider:
The type of physical network that maps to this network resource. Examples are flat, vlan, vxlan, and gre.
provider:
An isolated segment on the physical network. The network_type attribute defines the segmentation model. For example, if network_type is vlan, this ID is a vlan identifier. If network_type is gre, this ID is a gre key.
Changed in tempest: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in tempest: | |
assignee: | nobody → Karthikeyan Narayanan (kn.narayanan) |
Changed in tempest: | |
assignee: | Karthikeyan Narayanan (kn.narayanan) → nobody |
Assigned to myself to implement it.