Ignore generated sample config file

... also rename rootwra.conf because it should be actually used.

Change-Id: I5376c9993688eb893d0398c6f4e38c1660faabbc
This commit is contained in:
Takashi Kajinami 2024-11-09 17:19:44 +09:00
parent 643fa56364
commit 3462a55177
4 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -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/*

View File

@ -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

View File

@ -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]