yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65989
[Bug 1705467] Re: [Get me a network] auto-allocated networks does not verify tenant ID while creating
None of the neutron commands do.
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1705467
Title:
[RFE] project ID is not verified when creating neutron resources
Status in neutron:
Confirmed
Bug description:
Environment: Ocata
According to current docs, in order to create auto-allocated network
in tenant, following command should be invoked:
`neutron auto-allocated-topology-show [project_id]`
Unfortunatelly, this command does not verify if given project exists,
so it's easy to create completely unusefull network components, even
breaking naming convention for project_id field in database tables.
Example:
» neutron auto-allocated-topology-show 37-e088febf-64bd-4b5e-b4dd-1f5a80e
+------------+--------------------------------------+
| Field | Value |
+------------+--------------------------------------+
| id | 63f5f696-8a64-4bbb-af1e-b55a26f78f38 |
| project_id | 37-e088febf-64bd-4b5e-b4dd-1f5a80e |
| tenant_id | 37-e088febf-64bd-4b5e-b4dd-1f5a80e |
+------------+--------------------------------------+
»
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1705467/+subscriptions
References