Add BGPVPN-ROUTER-ASSOCIATION to heat plugin
This patch adds the BGPVPN-ROUTER-ASSOCIATION resource to heat. Change-Id: Id242864f782033cfa532fc23c9118bd3b63b6af8 Partially-Implements: blueprint heat-support-bgpvpn-association
This commit is contained in:
2 changed files with 89 additions and 0 deletions
@@ -47,3 +47,12 @@ Heat Orchestration Template (HOT) example
properties:
bgpvpn_id: { get_resource: BGPVPN1 }
network_id: { get_resource: Net1 }
Router1:
type: OS::Neutron::Router
BGPVPN_ROUTER_assoc1:
type: OS::Neutron::BGPVPN-ROUTER-ASSOCIATION
properties:
bgpvpn_id: { get_resource: BGPVPN1 }
router_id: { get_resource: Router1 }
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.