Skip to content

Commit

Permalink
Updating URL to Nuage Python VSPK documentation (ansible#36213)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert authored and ganeshrn committed Feb 15, 2018
1 parent 7871144 commit cffa3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/network/nuage/nuage_vspk.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
description:
- The type of entity you want to work on (example Enterprise).
- This should match the objects CamelCase class name in VSPK-Python.
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html).
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html).
required: true
default: null
id:
Expand All @@ -59,7 +59,7 @@
description:
- The type of parent the ID is specified for (example Enterprise).
- This should match the objects CamelCase class name in VSPK-Python.
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html).
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html).
- If specified, I(parent_id) also needs to be specified.
required: false
default: null
Expand Down

0 comments on commit cffa3ca

Please sign in to comment.