So looking at the failures from the gate, we're getting BadStoreUri exceptions because glance.quota is trying to make a request and that domain doesn't exist.
The URL we're trying to contact is "http://storeurl.com/container" and that's set as the BASE_URL in glance/tests/unit/utils.py which we import an use in these tests.
What's quite frankly bizarre is why this happens only in those two tests when that BASE_URL is used *everywhere* (which would be a non-issue if we're mocking out the request/connection).
So looking at the failures from the gate, we're getting BadStoreUri exceptions because glance.quota is trying to make a request and that domain doesn't exist.
The URL we're trying to contact is "http:// storeurl. com/container" and that's set as the BASE_URL in glance/ tests/unit/ utils.py which we import an use in these tests.
What's quite frankly bizarre is why this happens only in those two tests when that BASE_URL is used *everywhere* (which would be a non-issue if we're mocking out the request/ connection) .