incalculable-dream-27508
06/01/2020, 6:14 PMmy_net = openstack.networking.Network.get('my_net_name', 'uuid_from_openstack')
and then
instance = openstack.compute.Instance("name", networks=[my_net])
(shortened) complains about
Instance resource 'name' has a problem: network.0: expected object, got string
white-balloon-205
06/01/2020, 10:08 PM