Merge lp:~zulcss/openstack-charm-testing/add-lxd-template into lp:openstack-charm-testing

Proposed by Chuck Short
Status: Merged
Merged at revision: 171
Proposed branch: lp:~zulcss/openstack-charm-testing/add-lxd-template
Merge into: lp:openstack-charm-testing
Diff against target: 89 lines (+85/-0)
1 file modified
templates/tempest/tempest.conf.template.lxd (+85/-0)
To merge this branch: bzr merge lp:~zulcss/openstack-charm-testing/add-lxd-template
Reviewer Review Type Date Requested Status
OpenStack Charm Testing Maintainers Pending
Review via email: mp+284249@code.launchpad.net

Description of the change

Add LXD template

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'templates/tempest/tempest.conf.template.lxd'
--- templates/tempest/tempest.conf.template.lxd 1970-01-01 00:00:00 +0000
+++ templates/tempest/tempest.conf.template.lxd 2016-01-28 10:57:51 +0000
@@ -0,0 +1,85 @@
1[DEFAULT]
2lock_path=/tmp
3[baremetal]
4[boto]
5ec2_url = __PROTO__://__NCC__:8773/services/Cloud
6s3_url = __PROTO__://__NCC__:3333
7aws_access = __ACCESS__
8aws_secret = __SECRET__
9[cli]
10enabled=true
11timeout=60
12cli_dir=/usr/local/bin
13[compute]
14flavor_ref=7
15flavor_ref_alt=8
16image_ssh_user=cirros
17image_alt_ssh_user=ubuntu
18image_ref=__IMAGE_ID__
19image_ref_alt=__IMAGE_ALT_ID__
20allow_tenant_isolation = true
21allow_tenant_reuse = true
22[compute-admin]
23[compute-feature-enabled]
24api_v3=false
25console_output=true
26resize=false
27[dashboard]
28dashboard_url=http://__DASHBOARD__/horizon
29login_url=http://__DASHBOARD__/horizon/auth/login/
30[data_processing]
31[debug]
32[identity]
33uri=__PROTO__://__KEYSTONE__:5000/v2.0
34uri_v3=__PROTO__://__KEYSTONE__:5000/v3
35admin_username=admin
36admin_tenant_name=admin
37admin_password=openstack
38admin_domain_name=Default
39username = demo
40password = pass
41tenant_name = demo
42alt_username = alt_demo
43alt_password = secret
44alt_tenant_name = alt_demo
45admin_role = Admin
46[identity-feature-enabled]
47[image]
48http_image = http://__SWIFT__:80/swift/v1/images/cirros-0.3.3-x86_64-uec.tar.gz
49[image-feature-enabled]
50[input-scenario]
51[network]
52tenant_network_cidr=__CIDR_PRIV__
53public_network_id=__EXT_NET__
54dns_servers=__NAMESERVER__
55tenant_networks_reachable = false
56[network-feature-enabled]
57ipv6=false
58[object-storage]
59accounts_quotas_available = True
60container_quotas_available = True
61[object-storage-feature-enabled]
62[orchestration]
63instance_type = m1.small
64keypair_name = testkey
65[scenario]
66img_dir=/home/ubuntu/images
67ssh_user=cirros
68[service_available]
69ceilometer = false
70cinder = false
71glance = true
72heat = false
73horizon = true
74ironic = false
75neutron = true
76nova = true
77sahara = false
78swift = false
79trove = false
80zaqar = false
81[stress]
82max_instances = 4
83[telemetry]
84[volume]
85[volume-feature-enabled]

Subscribers

People subscribed via source and target branches

to status/vote changes: