bridge: update openstack module to 0.0.7 for gandi
This commit is contained in:
parent
b7c4f00456
commit
850ee09ce7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class BridgeGandiAutomation(BridgeAutomation):
|
||||||
{% if not bridge.destroyed %}
|
{% if not bridge.destroyed %}
|
||||||
module "bridge_{{ bridge.id }}" {
|
module "bridge_{{ bridge.id }}" {
|
||||||
source = "sr2c/tor-bridge/openstack"
|
source = "sr2c/tor-bridge/openstack"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
context = module.label_{{ bridgeconf.group.id }}.context
|
context = module.label_{{ bridgeconf.group.id }}.context
|
||||||
name = "br"
|
name = "br"
|
||||||
attributes = ["{{ bridge.id }}"]
|
attributes = ["{{ bridge.id }}"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue