Fix openstack module documentation

pull/4420/head
Terry Howe 2016-03-04 09:32:40 -07:00 committed by Matt Clay
parent 3a00d2bb38
commit a06b07221d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ requirements: ["shade"]
EXAMPLES = ''' EXAMPLES = '''
# Creates a object named 'fstab' in the 'config' container # 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 # Deletes a container called config and all of its contents
- os_object: cloud=rax-iad state=absent container=config - os_object: cloud=rax-iad state=absent container=config