@@ -2,7 +2,8 @@ OpenStack Networks
22==================
33
44This role can be used to register networks, subnets and routers in neutron
5- using the os\_ network, os\_ subnet and os\_ router modules.
5+ using the ` openstack.cloud.network ` , ` openstack.cloud.subnet ` and
6+ ` openstack.cloud.router ` modules.
67
78Requirements
89------------
@@ -15,10 +16,10 @@ Role Variables
1516` os_networks_venv ` is a path to a directory in which to create a virtualenv.
1617
1718` os_networks_auth_type ` is an authentication type compatible with the
18- ` auth_type ` argument of ` os_* ` Ansible modules.
19+ ` auth_type ` argument of ` openstack.cloud ` Ansible modules.
1920
2021` os_networks_auth ` is a dict containing authentication information
21- compatible with the ` auth ` argument of ` os_* ` Ansible modules.
22+ compatible with the ` auth ` argument of ` openstack.cloud ` Ansible modules.
2223
2324` os_networks_cacert ` is an optional path to a CA certificate bundle.
2425
@@ -125,7 +126,7 @@ following items:
125126Dependencies
126127------------
127128
128- This role depends on the ` stackhpc.os_openstacksdk ` role.
129+ This role depends on the ` stackhpc.openstack. os_openstacksdk ` role.
129130
130131Example Playbook
131132----------------
@@ -136,9 +137,9 @@ different gateway.
136137
137138 ---
138139 - name: Ensure networks, subnets and routers are registered
139- hosts: neutron-api
140+ hosts: localhost
140141 roles:
141- - role: os-networks
142+ - role: stackhpc.openstack.os_networks
142143 os_networks_venv: "~/os-networks-venv"
143144 os_networks_auth_type: "password"
144145 os_networks_auth:
0 commit comments