schedulerhints: support DifferentCell filter#2012
schedulerhints: support DifferentCell filter#2012jtopjian merged 1 commit intogophercloud:masterfrom
Conversation
|
The tests fail because of the identity/v3 module uses the internal module which isn't allowed. My change doesn't involve identity at all so the failures seemed out of scope to me. |
|
@cardoe Thank you for submitting this.
I'm not sure what you mean. Can you elaborate? I believe the unit tests are failing because of a syntax error: https://travis-ci.org/github/gophercloud/gophercloud/jobs/721697827#L286 In addition, it looks like Please let me know if you have any questions. |
2de6199 to
9e98fcb
Compare
|
Ah I was looking at https://travis-ci.com/github/cardoe/gophercloud/jobs/378393317 |
|
How strange - especially because the latest run didn't trigger that error. It's looking like more |
The TargetCell filter from cells v1 is supported in the code base but support for the DifferentCell filter was never added. DifferentCell filter is part of cells v1 but for anyone still using cells v1 this is useful. Originally part of OpenStack with openstack/nova@596ee87
9e98fcb to
789d07e
Compare
|
@jtopjian I've just made the changes to make it happy. A real rough test with this in the terraform-provider-openstack is all I've done. I'm ultimately looking to make a PR there to make this work. |
|
https://github.com/cardoe/terraform-provider-openstack/tree/different-cell-scheduler ultimately this is what I'd like to land. |
|
Build succeeded.
|
The TargetCell filter from cells v1 is supported in the code base but
support for the DifferentCell filter was never added. DifferentCell
filter is part of cells v1 but for anyone still using cells v1 this is
useful.
For #2011
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
openstack/nova@596ee87