Bug #2269
error (opennebula 4.2.0 / CentOS 6.4) in contextualisation rpm
Status: | Closed | Start date: | 08/14/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Context | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
I have found an error (opennebula 4.2.0 / CentOS 6.4) in
contextualisation rpm:
there is
IPV6=$(get_iface_var "IPV6")
this should be
IPV6=$(get_iface_var "IP6")
Associated revisions
bug #2269: get IPV6 and IP6 in context packages
The core in 4.2 sets the IPv6 in context as IP6 instead of
IPV6 as done in OpenNebula 4.0. This change makes the context
packages compatible with both variables.
History
#1 Updated by Javi Fontan almost 8 years ago
The problem here is that now the network context generation was moved to oned core and it generates ETH0_IP6 instead of ETH0_IPV6.
#2 Updated by Javi Fontan almost 8 years ago
- Status changed from Pending to Assigned
- Assignee set to Javi Fontan
Now context packages search for IPV6 and IP6. This change may be done also in 4.2 and/or the core should be fixed.
#3 Updated by Javi Fontan almost 8 years ago
Generate context packages and change documentation
#4 Updated by Javi Fontan almost 8 years ago
- Assignee changed from Javi Fontan to Javi Fontan
#5 Updated by Javi Fontan almost 8 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed