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
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user