Scott Baker | b63ea79 | 2016-08-11 10:24:48 -0700 | [diff] [blame] | 1 | --- |
2 | - hosts: 127.0.0.1 | ||||
3 | connection: local | ||||
4 | tasks: | ||||
5 | - glance_image: | ||||
6 | auth_url={{ endpoint }} | ||||
7 | login_username="{{ admin_user }}" | ||||
8 | login_tenant_name="admin" | ||||
9 | login_password="{{ admin_password }}" | ||||
10 | name="{{ name }}" | ||||
11 | file="{{ filepath }}" | ||||
12 | disk_format='raw' | ||||
13 | is_public=true |