add to setup.py

This commit is contained in:
Daniel Wallace 2014-03-03 15:04:52 -06:00
parent 97d2a82c29
commit 742ecfa53b
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
'''
Init Openstack apis
'''

View file

@ -456,6 +456,7 @@ SETUP_KWARGS = {'name': NAME,
'salt.transport.table.secret',
'salt.utils',
'salt.utils.decorators',
'salt.utils.openstack',
'salt.utils.validate',
'salt.wheel',
],