Unquote urls in YAML - cloud (#5797)

This commit is contained in:
Fabio Alessandro Locati
2016-12-02 15:39:15 +00:00
committed by Matt Clay
parent eb54b80a92
commit ca047c3881
15 changed files with 25 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ options:
description:
- The keystone url for authentication
required: false
default: 'http://127.0.0.1:35357/v2.0/'
default: http://127.0.0.1:35357/v2.0/
region_name:
description:
- Name of the region
@@ -126,7 +126,7 @@ EXAMPLES = '''
container_format: bare
disk_format: qcow2
state: present
copy_from: 'http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img'
copy_from: http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
'''
import time