Sean Mooney
Sean Mooney
"""If only align is set, it's the "global" option that applies to both header and body.""" i think that would maintain the behaviour we are currently depending on in our...
fyi we are tracking this in openstack as https://bugs.launchpad.net/nova/+bug/1888237
reopening to track that the ssl module still does not work with dnspython 2.0 even with the fix in #639
i have not tested this but i recently had a need for this fucntionality for ironic and openstack. speficically i had static route defined in my openstack network ot make...
while that will work on the epolls hub it wont work on the asyncio hub as this is not supported https://review.opendev.org/c/openstack/oslo.log/+/852443/1/oslo_log/pipe_mutex.py#60 calling eventlet.debug.hub_prevent_multiple_readers(False) raises RuntimeError("Multiple readers are not yet supported...
Just keep in mind that migration to asynscio will take 3-4 release and druing that time we will need to support running with either hub. There has not been a...
Yep but that has not been approved and it may be rejected. There is a lot of work that needs to be done to socialise that proposal and get buy...
reviewing this form a nova perspective the cloud-init integration is not compatible with nova implemation and this looks to be a bug in cloud-init nova's implementation of vendor data expect...
just to clarify nova provide the following format in the vendor data ``` { "": {}, "": {} } ``` i.e. ``` { "testing": { "cloud-init": "#cloud-config\nhostname: ocdvworks", "region":"eu-1" }...
this limitation is still there in 2024 its frustrating as i was trying to use hedgedoc instead of eatherpad for taking notes when manually reviewing and testing a proposed patch...