mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-11 20:07:03 +00:00
Ignore generated sample config file
... also rename rootwra.conf because it should be actually used. Change-Id: I5376c9993688eb893d0398c6f4e38c1660faabbc
This commit is contained in:
parent
643fa56364
commit
3462a55177
4 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -50,6 +50,6 @@ doc/source/_static/*.sample
|
|||
doc/build/*
|
||||
doc/source/api/*
|
||||
api-ref/build/*
|
||||
etc/designate/*.conf
|
||||
etc/designate/*.conf.sample
|
||||
etc/designate/*.yaml
|
||||
var/*
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ function configure_designate {
|
|||
iniset $DESIGNATE_CONF oslo_messaging_notifications topics "$DESIGNATE_NOTIFICATION_TOPICS"
|
||||
|
||||
# Root Wrap
|
||||
sudo cp $DESIGNATE_DIR/etc/designate/rootwrap.conf.sample $DESIGNATE_ROOTWRAP_CONF
|
||||
sudo cp $DESIGNATE_DIR/etc/designate/rootwrap.conf $DESIGNATE_ROOTWRAP_CONF
|
||||
iniset $DESIGNATE_ROOTWRAP_CONF DEFAULT filters_path $DESIGNATE_DIR/etc/designate/rootwrap.d root-helper
|
||||
|
||||
# Oslo Concurrency
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ packages =
|
|||
data_files =
|
||||
etc/designate =
|
||||
etc/designate/api-paste.ini
|
||||
etc/designate/rootwrap.conf.sample
|
||||
etc/designate/rootwrap.conf
|
||||
etc/designate/rootwrap.d = etc/designate/rootwrap.d/*
|
||||
|
||||
[extras]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue