softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 29 forks source link

Added network argument to nova boot + fix id #132

Closed ghost closed 10 years ago

ghost commented 10 years ago

Added support to nova boot for user to specify --nic net-id='public', --nic net-id='private', --nic net-id=private_vlan_id, or --nic net-id=private_vlan_id --nic net-id=public_vlan_id

where private_vlan_id and public_vlan_id are actual vlan ids.

Also converted id to string in subnet/network.

sudorandom commented 10 years ago

+1

jimlindeman commented 10 years ago

+1 Currently, it shows this pull request needs merge conflicts resolved in tests/jumpgate-tests/compute/test_servers.py It looks like you will need to merge the changes from: https://github.com/softlayer/jumpgate/commit/f4f365e1f85e3aa427e6c8053620766228ee3c37

ghost commented 10 years ago

It is now merged.