Merge pull request #3187 from TerryHowe/openstack

Fix openstack module documentation
This commit is contained in:
Brian Coca 2016-03-07 10:48:09 -05:00
commit 22caa104e4

View file

@ -61,7 +61,7 @@ options:
EXAMPLES = '''
# Creates a object named 'fstab' in the 'config' container
- os_object: cloud=mordred state=present name=fstab container=config file=/etc/fstab
- os_object: cloud=mordred state=present name=fstab container=config filename=/etc/fstab
# Deletes a container called config and all of its contents
- os_object: cloud=rax-iad state=absent container=config