Skip to content

Commit 524387d

Browse files
committed
os_networks: Update README
1 parent 47549d7 commit 524387d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

roles/os_networks/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ OpenStack Networks
22
==================
33

44
This 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

78
Requirements
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:
125126
Dependencies
126127
------------
127128

128-
This role depends on the `stackhpc.os_openstacksdk` role.
129+
This role depends on the `stackhpc.openstack.os_openstacksdk` role.
129130

130131
Example 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

Comments
 (0)