Adds diskimage-create scripts to pypi package
This patch adds the diskimage-create script and associated files to the pypi package under share/octavia so that operators have the required script to be able to build amphora images. This also includes the README and LICENSE file for octavia. Change-Id: Id014c4ac067de223f15a6bc2382aa2529cf89a13 Closes-Bug: #1654099
This commit is contained in:
parent
4edcf3a8df
commit
4e2a34dfad
11
setup.cfg
11
setup.cfg
@ -25,6 +25,17 @@ packages =
|
||||
data_files =
|
||||
etc/octavia =
|
||||
etc/octavia.conf
|
||||
share/octavia =
|
||||
LICENSE
|
||||
README.rst
|
||||
share/octavia/diskimage-create =
|
||||
diskimage-create/diskimage-create.sh
|
||||
diskimage-create/image-tests.sh
|
||||
diskimage-create/README.rst
|
||||
diskimage-create/requirements.txt
|
||||
diskimage-create/test-requirements.txt
|
||||
diskimage-create/tox.ini
|
||||
diskimage-create/version.txt
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user