Bumping the post. On Sat, Jan 27, 2024 at 2:54 PM Satish Patel <satish.txt@gmail.com> wrote:
Folks,
Openstack Release: Zed
Recently I have integrated ceph RGW service with openstack/keystone and testing with command line tool "openstack container create foo1" and it works but when I go to Horizon UI I am seeing it doesn't have storage policy dropdown list and because of that I am not able to create container or upload file from Horizon GUI
It works with commands like but not horizon.
$ openstack container create foo1
+---------------------------------------+-----------+------------------------------------------------+ | account | container | x-trans-id |
+---------------------------------------+-----------+------------------------------------------------+ | AUTH_d4d82849885e4126aef402c408ad2c5c | foo1 | tx00000c057454841b13497-0065b558b4-42ff2eb-ahm |
+---------------------------------------+-----------+------------------------------------------------+
$ openstack container list +------+ | Name | +------+ | foo1 | +------+