mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add to setup.py
This commit is contained in:
parent
97d2a82c29
commit
742ecfa53b
2 changed files with 4 additions and 0 deletions
3
salt/utils/openstack/__init__.py
Normal file
3
salt/utils/openstack/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
'''
|
||||
Init Openstack apis
|
||||
'''
|
1
setup.py
1
setup.py
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue