Description of problem: The new severity field for errata stuff needs to be understood by the python xmlrpc calls in the backend. Basically use the rhnErrata and rhnErrataSeverity to consider severity seperate from synopsis and populate the db taking that into account. Actual results: dont see the severity field in rhnErrata being populated by errata tool. Expected results: should see the severity field in rhnErrata being populated.
Added the capability where when we try to populate the errata it fills in the severity_id field based on lookup in rhnErrataSeverity. Basically the changes are in the importlib such that errata-tool will now send a seperate 'severity' and we get the id from errataseverity table and insert into rhnErrata.severity_id field when we query the database we should see something like: rhnuser@webdev> select severity_id from rhnErrata where id = 67398 SEVERITY_ID ----------- 2 1 row selected (0.00 seconds)
Verified. bugzilla_errata.submit_errata() method now sends the 'severity' key/value pair in the hash to http://scripts.back-webqa.redhat.com/BUGZILLA/. Currently, this severity must be sent as lower-case only. This should be fixed in another bug.
moving from VERIFIED to RELEASE_PENDING since stage push is complete
closing -- current release. RHN415 is now in production.