Feature #5933
openAbility to hook up an OpenStack instance to a Neutron private network
Description
It would be nice if the OpenStack compute provider would have support for Neutron networks in OpenStack. The first use-case I can think of is the ability to hook up an instance to a private network on the "host creation" screen.
Files
Updated by David Juran over 10 years ago
Screenshot when of host creation screen. Do note the blank "primary interface" section and the lack of any button allowing the addition of one.
Updated by Daniel Lobato Garcia over 10 years ago
- Category set to Compute resources
- Difficulty set to hard
dlobatog: djuran: here's my guess (I think it's right, anyone correct me if i'm wrong)
dlobatog: djuran: this line checks whether the host compute resource capabilities include :build (network build) or not https://github.com/theforeman/foreman/blob/develop/app/views/hosts/_unattended.html.erb#L23
dlobatog: djuran: openstack never had this capability in foreman since we do not connect to Neutron/Nova network in any way, https://github.com/theforeman/foreman/blob/develop/app/models/compute_resources/foreman/model/openstack.rb#L26
Basically this conversation is what originated the creation of this issue.
Updated by Dominic Cleal over 10 years ago
- Category changed from Compute resources to Compute resources - OpenStack