Update /etc/ironic-discoverd/discoverd.conf

* Set 'keep_ports' to 'added', so that discoverd deletes all existing
  ports, except for PXE booting one.
* Set identity_uri (has sane default, but better to have it explicitly).
* Drop 'overwrite_enabled = true', it's the default now.

Change-Id: I6a696190bd998f11f442f2a14f84f1c648e3d97d
This commit is contained in:
Dmitry Tantsur 2015-03-27 16:04:04 +01:00 committed by James Slagle
parent 899c9eb556
commit e2825f918e
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
[discoverd]
debug = false
os_auth_url = http://{{local-ip}}:5000/v2.0
identity_uri = http://{{local-ip}}:35357
os_username = ironic
os_password = {{ironic.service-password}}
os_tenant_name = service
dnsmasq_interface = {{discovery.interface}}
database = /var/lib/ironic-discoverd/discoverd.sqlite
processing_hooks = scheduler,validate_interfaces,edeploy,root_device_hint
overwrite_existing = true
enable_setting_ipmi_credentials = true
keep_ports = added