Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #143 from schivuk/setupFixEtc
Browse files Browse the repository at this point in the history
Add flavors and volume types json files to setup
  • Loading branch information
jimlindeman committed Jul 31, 2014
2 parents 07f01f2 + eaf5b49 commit 31e795a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,9 @@
data_files=[('etc', ['etc/identity.templates',
'etc/identity_v3.templates',
'etc/jumpgate.conf',
'etc/tempest.conf.sample'])],
'etc/tempest.conf.sample',
'etc/volume_types.json',
'etc/flavor_list.json'])],
include_package_data=True,
zip_safe=False,
install_requires=install_requires_list,
Expand Down

0 comments on commit 31e795a

Please sign in to comment.