fix name of tenant in sec-group
This commit is contained in:
parent
b2fa075398
commit
56d07e5c3b
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@
|
||||||
login_tenant_name: "admin"
|
login_tenant_name: "admin"
|
||||||
auth_url: "https://{{controller_hostname}}:35357/v2.0"
|
auth_url: "https://{{controller_hostname}}:35357/v2.0"
|
||||||
state: "present"
|
state: "present"
|
||||||
name: 'ssh-internal-{{item}}'
|
name: 'ssh-internal-{{item.name}}'
|
||||||
description: "allow ssh from {{item.name}}-network"
|
description: "allow ssh from {{item.name}}-network"
|
||||||
tenant_name: "{{ item.name }}"
|
tenant_name: "{{ item.name }}"
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue