Back to bug 1390042

Who When What Removed Added
Andrew Dahms 2016-10-31 06:13:35 UTC Status NEW ASSIGNED
Assignee satellite-doc-list rdickens
QA Contact satellite-doc-list juwu
Doc Type If docs needed, set a value Deprecated Functionality
Russell Dickenson 2016-11-07 02:27:18 UTC Status ASSIGNED ON_QA
Doc Text The 'has_primary_interface?' method has been deprecated, so any attempt to use it results in the error "undefined method" being thrown. In Red Hat Satellite 6.2 each host automatically gets a primary interface when it's created, so there this method is no longer required. Instead, the following tests whether the interface has an identifier:

host.primary_interface.identifier.empty?

The whole network interface object is available via the method: host.primary_interface.
Julie 2016-11-22 07:19:02 UTC Status ON_QA VERIFIED
Doc Text The 'has_primary_interface?' method has been deprecated, so any attempt to use it results in the error "undefined method" being thrown. In Red Hat Satellite 6.2 each host automatically gets a primary interface when it's created, so there this method is no longer required. Instead, the following tests whether the interface has an identifier:

host.primary_interface.identifier.empty?

The whole network interface object is available via the method: host.primary_interface.
The 'has_primary_interface?' method has been deprecated, so any attempt to use it results in the error "undefined method" being thrown. In Red Hat Satellite 6.2, each host automatically gets a primary interface when it is created, so this method is no longer required. Instead, the following tests whether the interface has an identifier:

host.primary_interface.identifier.empty?

The whole network interface object is available via the method: host.primary_interface.
Andrew Dahms 2016-12-14 23:27:56 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2016-12-14 18:27:56 UTC
Mike McCune 2018-08-31 15:19:52 UTC Target Release 6.2
Mike McCune 2018-12-06 20:49:59 UTC Target Milestone 6.2.4 6.2
Mike McCune 2019-06-13 21:25:35 UTC Target Milestone 6.2 Unspecified

Back to bug 1390042