Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os_projects is failing due to nova api version #31

Open
g0rgamesh opened this issue Mar 19, 2024 · 0 comments
Open

os_projects is failing due to nova api version #31

g0rgamesh opened this issue Mar 19, 2024 · 0 comments

Comments

@g0rgamesh
Copy link
Contributor

g0rgamesh commented Mar 19, 2024

I've encountered that while running CI with the following error:

TASK [stackhpc.openstack.os_projects : Ensure quotas are set] ****************** ... "msg": "BadRequestException: 400: Client Error for url: <redacted, Invalid input for field/attribute quota_set. Value: {'fixed_ips': -1, 'injected_file_content_bytes': -1}. Additional properties are not allowed ('fixed_ips' was unexpected)"}

Fixed IP quotas work only up to version 2.35 as per documentation:
https://docs.ansible.com/ansible/latest/collections/openstack/cloud/quota_module.html#parameter-fixed_ips

Solution:
export OS_COMPUTE_API_VERSION=2.3

markgoddard added a commit that referenced this issue Mar 19, 2024
os_projects: Remove fixed_ips quota
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant