Support HttpHeaders in create_subscription#2224
Conversation
This commit adds support for HttpHeaders in the create_subscription. It was added during the Xena release of Ironic in [1] after the initial support for create subscriptions [2] We don't need to modify the response of get_subscription because redfish doesn't return the value of the HttpHeaders for the enduser. [1] https://review.opendev.org/c/openstack/ironic/+/806859 [2] https://review.opendev.org/c/openstack/ironic/+/801064
|
Build failed.
|
|
I've tested locally in a setup with Ironic. |
|
@iurygregory I apologize for the delay? Is this ready to review/merge? |
|
Hi @jtopjian , no worries (the PR is only 2 days old)! Yes, it's ready for review/merge, I've tested locally and from the logs it confirms that Ironic received the information I've sent. |
|
@iurygregory sounds good - thanks! The OpenLab failure can be ignored. |
|
@jtopjian would be possible to publish a new tag with the new features? Since |
|
@iurygregory I got a notification about a release request. Would you still like a release made? edit: oh, GitHub was acting weird. I got an email notification but didn't see the comment on the site. It appeared when I made my last comment. I'll create one now. |
|
@iurygregory https://github.com/gophercloud/gophercloud/releases/tag/v0.22.0 should be good to go. |
|
Thanks! |
For #1429
This commit adds support for HttpHeaders in the create_subscription. (#2201)
It was added during the Xena release of Ironic in [1] after the
initial support for create subscriptions [2]
We don't need to modify the response of get_subscription because
redfish doesn't return the value of the HttpHeaders for the enduser.
[1] https://review.opendev.org/c/openstack/ironic/+/806859
[2] https://review.opendev.org/c/openstack/ironic/+/801064