diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2017-07-05 14:29:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-05 14:29:27 +0000 |
commit | 2e35513b691b0319b96182c5d9c39e4ab1a97552 (patch) | |
tree | 4e2cd3decb6ab82f4062e5061b8d8800868db92a /etc | |
parent | 04d5d98e117e77c172d6bc3244c59d7e829051f4 (diff) | |
parent | 6023c50ca1a02808703ffb5a3cb18375a1c5a8fa (diff) |
Merge "support config file"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/doctor.sample.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/doctor.sample.conf b/etc/doctor.sample.conf new file mode 100644 index 00000000..8a1ddc3e --- /dev/null +++ b/etc/doctor.sample.conf @@ -0,0 +1,26 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +[DEFAULT] +image_name = cirros +image_format = qcow2 +image_filename = cirros.img +image_download_url = https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img + +glance_version = 2 +nova_version = 2.34 + +doctor_user = doctor +doctor_passwd = doctor +doctor_project = doctor +doctor_role = _member_ +quota_instances = 1 +quota_cores = 1 + + + |