Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit b5bf6ea

Browse files
committed
Updated docs
1 parent 112a4b7 commit b5bf6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/storage_volume_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
print(" Found '{name}' at uri: {uri}".format(**volume_template_byname))
222222

223223
# Gets the storage templates that are connected on the specified networks
224-
# scoper_uris and private_allowed_only parameters supported only with API version > 600
224+
# scoper_uris and private_allowed_only parameters supported only with API version >= 600
225225
print("Get torage templates that are connected on the specified networks")
226226
storage_templates = oneview_client.storage_volume_templates.get_reachable_volume_templates(
227227
networks=networks, scope_uris=scope_uris, private_allowed_only=False)

0 commit comments

Comments
 (0)