diff options
author | kong wei <kong.wei2@zte.com.cn> | 2017-02-19 14:58:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-19 14:58:16 +0000 |
commit | eca769a39045bdf79e915666a0b3a18d50d809b1 (patch) | |
tree | 6aa8cc1a82ef758a18afd0ad89734f8f46771251 | |
parent | 4f7acadc2e979d791aa8c2d69b60c92f69795084 (diff) | |
parent | 91203b1a0d10bc28412a208d9b1639cf663b655f (diff) |
Merge "Fix the missing of configuration file"
-rw-r--r-- | api/setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/setup.cfg b/api/setup.cfg index af7a2da..f568387 100644 --- a/api/setup.cfg +++ b/api/setup.cfg @@ -16,6 +16,10 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 +[files] +data_files = + /etc/escalator = etc/* + [global] setup-hooks = pbr.hooks.setup_hook |