-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Goal:
Set a specific fixed IP address from a private subnet that already exists in openstack.
I have tried a number of methods like:
driver:
port:
- subnet_id: 245bd6e1-2bf0-4dd9-8a88-be1b8cd357d2
ip_address: 192.168.1.200
networks.fixed_ip: 192.168.1.200
I could list many more, but none were successful
Using virutalbox I would just use:
driver:
network:
- ['private_network', {ip: '192.168.1.200'}]
I am not sure how to get that same functionality using the openstack driver or if it is possible.
It seems that you can do anything that fog-openstack can do with kithcen-openstack. And fog-openstack can do anything that the openstack API can do. So think I am just missing something.
14:46 $ gem list |grep -i openstack
fog-openstack (0.1.27)
kitchen-openstack (3.6.1)
openstack (3.3.20)
Metadata
Metadata
Assignees
Labels
No labels