Anonymous | Login | 2024-12-21 23:59 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0004972 | ClearCenter | yum-marketplace-plugin | public | 2015-09-09 13:51 | 2015-10-08 15:20 | ||||
Reporter | bchambers | ||||||||
Assigned To | dsokoloski | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.1.0 RC1 | ||||||||
Target Version | 7.1.0 RC1 | Fixed in Version | |||||||
Summary | 0004972: Remove hard code API version and add software_id | ||||||||
Description | Are we going to pull the API version/URL hardcoding out of the MP plugin and create it from /etc/product? It would be better, IMO. Then we ship with 1.1 still enabled, and users can switch over and test 1.2 API through a controlled beta testing group. URL from /etc/product would be: jws_prefix + (random(1, jws_nodes)) + '.' + jws_domain + '/' + jws_realm + '/' + jws_version + '/marketplace/index.jsp' Also, in addition to these params: params = { 'method': self.method, 'hostkey': hostkey, 'vendor': osvendor, 'osname': osname, 'osversion': osversion, 'arch': self.basearch, 'enablebeta': str(self.enable_beta) } Could you also send up software_id as found /etc/product too. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2015-09-09 13:51 | bchambers | New Issue | |
2015-09-09 13:51 | bchambers | Status | new => assigned |
2015-09-09 13:51 | bchambers | Assigned To | => dsokoloski |
2015-09-16 08:53 | user2 | Status | assigned => resolved |
2015-09-16 08:53 | user2 | Resolution | open => fixed |
2015-10-08 15:20 | user2 | Status | resolved => closed |