diff options
author | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:19:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:19:53 +0000 |
commit | f63e1658d359d5426da33de7573a4c8d2f55e910 (patch) | |
tree | 918add67146f450fd1e1eaf042f54ee88e2dd09c /conf.README | |
parent | d424ec7beffffc4fa627ceae058272e7be1b3002 (diff) |
automatic import of openstack-neutronopeneuler20.03
Diffstat (limited to 'conf.README')
-rw-r--r-- | conf.README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.README b/conf.README new file mode 100644 index 0000000..ee87997 --- /dev/null +++ b/conf.README @@ -0,0 +1,9 @@ +This directory can be used to configure Neutron services with custom +user-defined configuration files. To use the facility, just drop a file (or a +symlink) that has .conf file name extension into an appropriate directory to +make a service read it during initialization. 'common' directory is read by all +Neutron services. + +Note that user-defined configuration files override any configuration values +defined in other files read by services. Service specific configuration +directories beat common one. |