Bug 1203444
Summary: | "private" network created by packstack is not owned by any tenant | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Lars Kellogg-Stedman <lars> |
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Shai Revivo <srevivo> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | Juno | CC: | aortega, derekh, jpena, srevivo |
Target Milestone: | --- | ||
Target Release: | Kilo | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-packstack-8.0.0-0.7.0rc2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-18 10:34:53 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lars Kellogg-Stedman
2015-03-18 20:32:29 UTC
Possibly related, the "private_subnet" that is created is assigned to the *services* tenant: # neutron subnet-show private_subnet +-------------------+--------------------------------------------+ | Field | Value | +-------------------+--------------------------------------------+ | allocation_pools | {"start": "10.0.0.2", "end": "10.0.0.254"} | | cidr | 10.0.0.0/24 | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 10.0.0.1 | | host_routes | | | id | 8334e882-ee54-43b2-ad66-479cb9c39139 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | private_subnet | | network_id | da10615d-6c32-40d7-9d9f-c41b62592d59 | | tenant_id | bd5a06ab31bb4ba29e22f9a65d9d6b28 | +-------------------+--------------------------------------------+ # keystone tenant-list +----------------------------------+----------+---------+ | id | name | enabled | +----------------------------------+----------+---------+ | 83f6c4646e2148e39f3aa3b732ff08a7 | admin | True | | ebedccecf13f44578d3cf1368dc272f2 | demo | True | | bd5a06ab31bb4ba29e22f9a65d9d6b28 | services | True | +----------------------------------+----------+---------+ This works fine in Mitaka (private network is assigned to demo tenant), so closing. |