Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter McGowan committed Aug 31, 2017
1 parent 7900c4e commit 3512bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calling_external_services/chapter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The method is called in a loop, passing an IP address into the +body_hash+ argum

The _fog_ gem is a multipurpose cloud services library that supports connectivity to a number of cloud providers.

The follow code uses the https://github.com/fog/fog-openstack[fog-openstack] gem to retrieve OpenStack networks from Neutron, and present them as a dynamic drop-down dialog list. The code filters networks that match a tenant's name, and assumes that the CloudForms/ManageIQ user's group has a +tenant+ tag containing the same name:
The following code uses the https://github.com/fog/fog-openstack[fog-openstack] gem to retrieve OpenStack networks from Neutron, and present them as a dynamic drop-down dialog list. The code filters networks that match a tenant's name, and assumes that the CloudForms/ManageIQ user's group has a +tenant+ tag containing the same name:

[source,ruby]
----
Expand Down

0 comments on commit 3512bbf

Please sign in to comment.