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

subnetpool_id is not available in NeutronSubnet class #1302

Open
kushalagrawal opened this issue Mar 11, 2020 · 1 comment · May be fixed by #1303
Open

subnetpool_id is not available in NeutronSubnet class #1302

kushalagrawal opened this issue Mar 11, 2020 · 1 comment · May be fixed by #1303

Comments

@kushalagrawal
Copy link
Contributor

Hi,

subnetpool_id is missing from the response model class NeutronSubnet. Below is the response I am getting from openstack.
can you please add that in the NeutronSubnet class?

https://10.43.71.143:13696/v2.0/subnets/7c9fcdbe-99ce-4f31-8bbd-9c0ece1cc7fa
{
"subnet": {
"service_types": [],
"description": "",
"enable_dhcp": true,
"network_id": "c161e312-70cd-4f16-98ce-12a061544aa8",
"tenant_id": "7435f7a1bcf445d1adabf76950b1d2ce",
"created_at": "2020-03-11T09:44:09Z",
"dns_nameservers": [],
"updated_at": "2020-03-11T09:44:09Z",
"gateway_ip": "111.10.10.11",
"ipv6_ra_mode": null,
"allocation_pools": [
{
"start": "111.10.10.12",
"end": "111.10.10.254"
},
{
"start": "111.10.10.1",
"end": "111.10.10.10"
}
],
"host_routes": [],
"revision_number": 2,
"ip_version": 4,
"ipv6_address_mode": null,
"cidr": "111.10.10.0/24",
"project_id": "7435f7a1bcf445d1adabf76950b1d2ce",
"id": "7c9fcdbe-99ce-4f31-8bbd-9c0ece1cc7fa",
"subnetpool_id": "7bb7a3f6-d6f0-4ce1-9ce5-637735c546f9",
"name": "tenant_subnet_ipv4d_1"
}
}

@kushalagrawal kushalagrawal linked a pull request Mar 13, 2020 that will close this issue
@kushalagrawal
Copy link
Contributor Author

Hi, @gondor @vinodborole my pull request is failing in Travis due to an unknown reason . can you help please?
"Expected feature release number in range of 9 to 15, but got: 8"

https://travis-ci.org/github/ContainX/openstack4j/builds/658423808?utm_medium=notification&utm_source=github_status

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

Successfully merging a pull request may close this issue.

1 participant