summaryrefslogtreecommitdiff
path: root/cloud/openstack/_glance_image.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/openstack/_glance_image.py')
-rw-r--r--cloud/openstack/_glance_image.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/openstack/_glance_image.py b/cloud/openstack/_glance_image.py
index 2d3c9583..bc113b09 100644
--- a/cloud/openstack/_glance_image.py
+++ b/cloud/openstack/_glance_image.py
@@ -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
@@ -129,7 +129,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