Comment 2 for bug 1861695

Revision history for this message
Raphaƫl Droz (raphael-droz) wrote : Re: Programming error choosing an endpoint.

Ansible 2.9.4.
Only reproducible with SGP1 (not on 'DE1','BHS3','GRA3','UK1' nor 'SBG3')
- keystoneauth1 3.17.1
- python-keystoneclient 3.21.0.

 To reproduce, a task running `os_volume:` is enough. Mine:

```yaml
- name: 5GB data volume
  os_volume:
    display_name: foo
    display_description: "bar"
    interface: internal
    region_name: SGP1
    size: 5
    verify: True
```