Bug #3902
Foreman is unable to create instances with openstack Havana
Description
Havana requires to select an internal network, until now, in grizzly, it would auto create an interface in every internal network, starting with Havana this is no longer possible.
Related issues
Associated revisions
History
#1
Updated by Ohad Levy over 9 years ago
- Status changed from New to Ready For Testing
#2
Updated by Anonymous over 9 years ago
- Target version changed from 1.9.3 to 1.9.2
#3
Updated by Anonymous over 9 years ago
- Target version changed from 1.9.2 to 1.9.1
#4
Updated by Anonymous about 9 years ago
- Target version changed from 1.9.1 to 1.9.0
#5
Updated by Anonymous about 9 years ago
- Target version changed from 1.9.0 to 1.8.4
#6
Updated by Anonymous about 9 years ago
- Target version changed from 1.8.4 to 1.8.3
#7
Updated by Anonymous about 9 years ago
- Target version changed from 1.8.3 to 1.8.4
#8
Updated by Anonymous about 9 years ago
- Target version changed from 1.8.4 to 1.8.3
#9
Updated by Anonymous about 9 years ago
- Target version changed from 1.8.3 to 1.8.2
#10
Updated by Romain Vrignaud almost 9 years ago
The patch https://gist.github.com/anonymous/67e5c3f6d3cdd1f444cd works well on Icehouse. Not tested on Havana.
The only minor webui problem is that Network tab in host creation still have "Primary Interface" displayed without anything under.
(maybe same behavior with other compute resources type)
#11
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.2 to 1.8.1
#12
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #6455: No network to select, and OpenStack error not propagated properly added
#13
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.1 to 1.8.0
#14
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.0 to 1.7.5
#15
Updated by Anonymous almost 9 years ago
- Target version changed from 1.7.5 to 1.7.4
#16
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/1099 added
#17
Updated by Dominic Cleal over 8 years ago
- Has duplicate Bug #7381: OpenStack Plugin uses network name instead of UUID, causing error added
#18
Updated by Anonymous over 8 years ago
- Target version changed from 1.7.4 to 1.7.3
#19
Updated by Dominic Cleal over 8 years ago
- Category changed from Compute resources to Compute resources - OpenStack
#20
Updated by Dominic Cleal over 8 years ago
- Target version changed from 1.7.3 to 1.7.2
#21
Updated by Ohad Levy over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e972c0e6740e92e3cc595ab14d4fb6a2567aa1f5.
#22
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) set to 21
fixes #3902 - [Openstack] allow selection of internal networks
This patch allows the user to select the internal network when deploying
a new instance in openstack.
In Grizlly, this was done automaticilly, with a nasty side effect, that
all internal networks would get assigned (didnt see that as i had only
one internal network when i was testing), starting in Havana, this is no
longer possible, and the vm creation is rejected.
as a bonus, we now retain the floating ip selection if the form had an
error.