CSSCorp / openstack-automation

Openstack deployment using saltstack
GNU General Public License v2.0
74 stars 44 forks source link

neutron module passes profile setting onto command so fails on many #45

Open Snergster opened 9 years ago

Snergster commented 9 years ago

salt-call --local neutron.delete_subnet profile=virl flat1 [INFO ] Executing command '/sbin/zfs help' in directory '/home/virl' [INFO ] Executing command '/sbin/zfs help' in directory '/home/virl' [INFO ] Starting new HTTP connection (1): 127.0.0.1 [ERROR ] calling with args ('flat1',) [ERROR ] calling with kwargs {'profile': 'virl'} Passed invalid arguments: delete_subnet() got an unexpected keyword argument 'profile'

Akilesh1597 commented 9 years ago

Neutron state and execution module is yet to be supported. I no longer have control over this repo and would be pushing commits only to my repo maintained at akilesh1597/salt-openstack. I suggest you look for newer versions out there.