You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While playing around with PTR records and designate I noticed that I was unable (as admin/system) to list records which were accessible as normal user (test)
$ openstack --os-cloud test@testbed ptr record list
+------------------------------------------------+--------------------------+-------------+------+
| id | ptrdname | description | ttl |
+------------------------------------------------+--------------------------+-------------+------+
| RegionOne:8aae0548-5eda-4264-aedd-1c5ae2c11e45 ||||| RegionOne:af9634b8-2735-4662-bc5d-43c79daa2314 | www1.ay-8v.pco.internal. || 3600 |
+------------------------------------------------+--------------------------+-------------+------+
$ openstack --os-cloud admin@testbed ptr record list
$ openstack --os-cloud system@testbed ptr record list
$ openstack --os-cloud admin@testbed ptr record list --all-projects
$ openstack --os-cloud system@testbed ptr record list --all-projects
$ openstack --os-cloud test@testbed ptr record show RegionOne:af9634b8-2735-4662-bc5d-43c79daa2314
+-------------+------------------------------------------------+
| Field | Value |
+-------------+------------------------------------------------+
| action | NONE || address | 192.168.112.151 || description | None || id | RegionOne:af9634b8-2735-4662-bc5d-43c79daa2314 || ptrdname | www1.ay-8v.pco.internal. || status | ACTIVE || ttl | 3600 |
+-------------+------------------------------------------------+
$ openstack --os-cloud admin@testbed ptr record show RegionOne:af9634b8-2735-4662-bc5d-43c79daa2314
FloatingIP af9634b8-2735-4662-bc5d-43c79daa2314 in RegionOne is not associated for project "a35c7a15963d439a862ac451dcd03d70"
$ openstack --os-cloud system@testbed ptr record show RegionOne:af9634b8-2735-4662-bc5d-43c79daa2314
FloatingIP af9634b8-2735-4662-bc5d-43c79daa2314 in RegionOne is not associated for project "None"
The text was updated successfully, but these errors were encountered:
While playing around with PTR records and designate I noticed that I was unable (as admin/system) to list records which were accessible as normal user (test)
The text was updated successfully, but these errors were encountered: