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:
Mathieu Rohon
2016年02月19日 02:47:42 +00:00
parent de6ab06f6a
commit 3c3ccb05fc

View File

@@ -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
openstack/networking-bgpvpn
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.

The note is not visible to the blocked user.