<div dir="ltr">Hello.<div>I met the same problem with docker, I related to default project.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Nguyen Huu Khoi<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 9, 2023 at 4:33 AM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I found my issue and reported here<div><br></div><div><a href="https://bugs.launchpad.net/skyline-apiserver/+bug/2034976" target="_blank">https://bugs.launchpad.net/skyline-apiserver/+bug/2034976</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 8, 2023 at 5:17 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I found similar bug here <a href="https://bugs.launchpad.net/skyline-apiserver/+bug/1942284" target="_blank">https://bugs.launchpad.net/skyline-apiserver/+bug/1942284</a> </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 8, 2023 at 5:11 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is my fill configuration of skyline.yaml, my problem is I can get into the interface with the admin account and everything works. But when I login as normal user account and try to do anything it throwing error <div><br></div><div>{<br> "message": "You don't have access to get instances.",<br> "status": 401<br>}<br></div><div><br></div><div>Find attached screenshot. </div><div><br><div><br></div><div># cat /etc/skyline/skyline.yaml<br>default:<br> access_token_expire: 3600<br> access_token_renew: 1800<br> cors_allow_origins: []<br> #database_url: sqlite:////tmp/skyline.db<br> database_url: mysql://skyline:myskylinedb123@localhost:3306/skyline<br> debug: true<br> log_dir: /var/log<br> log_file: skyline.log<br> prometheus_basic_auth_password: ''<br> prometheus_basic_auth_user: ''<br> prometheus_enable_basic_auth: false<br> prometheus_endpoint: <a href="http://localhost:9091" target="_blank">http://localhost:9091</a><br> secret_key: aCtmgbcUqYUy_HNVg5BDXCaeJgJQzHJXwqbXr0Nmb2o<br> session_name: session<br> ssl_enabled: true<br>openstack:<br> base_domains:<br> - heat_user_domain<br> default_region: RegionOne<br> enforce_new_defaults: true<br> extension_mapping:<br> floating-ip-port-forwarding: neutron_port_forwarding<br> fwaas_v2: neutron_firewall<br> qos: neutron_qos<br> vpnaas: neutron_vpn<br> interface_type: public<br> keystone_url: <a href="http://10.30.50.10:5000/v3/" target="_blank">http://10.30.50.10:5000/v3/</a><br> nginx_prefix: /api/openstack<br> reclaim_instance_interval: 604800<br> service_mapping:<br> baremetal: ironic<br> compute: nova<br> container: zun<br> container-infra: magnum<br> database: trove<br> identity: keystone<br> image: glance<br> key-manager: barbican<br> load-balancer: octavia<br> network: neutron<br> object-store: swift<br> orchestration: heat<br> placement: placement<br> sharev2: manilav2<br> volumev3: cinder<br> sso_enabled: false<br> sso_protocols:<br> - openid<br> sso_region: RegionOne<br> system_admin_roles:<br> - admin<br> - system_admin<br> system_project: service<br> system_project_domain: Default<br> system_reader_roles:<br> - system_reader<br> system_user_domain: Default<br> system_user_name: skyline<br> system_user_password: 'skyline123'<br>setting:<br> base_settings:<br> - flavor_families<br> - gpu_models<br> - usb_models<br> flavor_families:<br> - architecture: x86_architecture<br> categories:<br> - name: general_purpose<br> properties: []<br> - name: compute_optimized<br> properties: []<br> - name: memory_optimized<br> properties: []<br> - name: high_clock_speed<br> properties: []<br> - architecture: heterogeneous_computing<br> categories:<br> - name: compute_optimized_type_with_gpu<br> properties: []<br> - name: visualization_compute_optimized_type_with_gpu<br> properties: []<br> gpu_models:<br> - nvidia_t4<br> usb_models:<br> - usb_c<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 8, 2023 at 4:44 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>I have shared all the information in this bug report <a href="https://bugs.launchpad.net/skyline-apiserver/+bug/2025755" target="_blank">https://bugs.launchpad.net/skyline-apiserver/+bug/2025755</a> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 29, 2023 at 5:09 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Can u share me OS and your file configure?</div><div><br><div><br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Nguyen Huu Khoi<br></div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at 9:37 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Zed stable. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at 10:26 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Which kolla version you deployed.<div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023, 9:22 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">No kidding, that is the doc I am following line by line and no error at all during installation. Problems start when you try to get into the UI interface and it throws username/password errors. Could you please share your skyline.yml config file (ofc hide your password :) ) <div><br></div><div>~S</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at 9:47 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" rel="noreferrer" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">No.<div dir="auto">I set it seperately.</div><div dir="auto"><br></div><div dir="auto"><a href="https://docs.openstack.org/skyline-console/latest/install/docker-install-ubuntu.html" rel="noreferrer" target="_blank">https://docs.openstack.org/skyline-console/latest/install/docker-install-ubuntu.html</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023, 8:41 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noreferrer noreferrer" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Can you tell me how you set it with kolla-ansible? <div><br></div><div>Did you set this in globals.yml and just playbook? Trying to understand what are the differences between my method and yours :) </div><div>enable_skyline: yes </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at 9:15 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">It is ok with docker. I use it with my exist cloud by kolla ansible.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023, 8:09 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is very odd, I am following line to line doc from skyline official page and its docker container but still getting the same error on multiple machines. Same time the developer says it's working for them. How to get help and move forward from here? <div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 25, 2023 at 12:53 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div>I got same problem but with mariadb.<br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Nguyen Huu Khoi<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 8, 2023 at 12:17 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Update:<br><div><br></div><div>After switching DB from sqlite to mysql DB it works. Now admin account works but when I login with _member_ users or normal account and trying to create instance then pop up windows throwing error:</div><div><br></div><div>{<br> "message": "You don't have access to get instances.",<br> "status": 401<br>}<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 7, 2023 at 11:51 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Skyline Team, <div><br></div><div>I found similar issue in BUG Report but no solution yet</div><div><br></div><div><a href="https://bugs.launchpad.net/skyline-apiserver/+bug/2025755" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">https://bugs.launchpad.net/skyline-apiserver/+bug/2025755</a> <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 7, 2023 at 7:25 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Folks,<br><div><br></div><div>Try to install skyline UI to replace horizon using doc: <a href="https://docs.openstack.org/skyline-apiserver/latest/install/docker-install-ubuntu.html" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">https://docs.openstack.org/skyline-apiserver/latest/install/docker-install-ubuntu.html</a> </div><div><br></div><div>Everything went well and I got a login page on <a href="http://x.x.x.x:9999/" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">http://x.x.x.x:9999</a> also it pulled Region/Domains. When I am trying to login with my account, I get an error: Username or Password is incorrect. </div><div><br></div><div>I am using sqlite DB for skyline as per documents. </div><div><br></div><div>No errors in logs command</div><div>$ docker logs skyline </div><div><br></div><div>When I use Chrome Developer Tools then it was indicating an error in these URLs. </div><div><br></div><div><a href="http://openstack.example.com:9999/api/openstack/skyline/api/v1/profile" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">http://openstack.example.com:9999/api/openstack/skyline/api/v1/profile</a><br></div><div><span style="color:rgb(48,57,66);font-family:".SFNSDisplay-Regular","Helvetica Neue","Lucida Grande",sans-serif;font-size:12px"><a href="http://openstack.example.com:9999/api/openstack/skyline/api/v1/policies" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">http://openstack.example.com:9999/api/openstack/skyline/api/v1/policies</a></span><br></div><div><span style="color:rgb(48,57,66);font-family:".SFNSDisplay-Regular","Helvetica Neue","Lucida Grande",sans-serif;font-size:12px"><br></span></div><div><span style="color:rgb(48,57,66);font-family:".SFNSDisplay-Regular","Helvetica Neue","Lucida Grande",sans-serif;font-size:12px">401 Unauthorized ( </span><span style="color:rgb(0,0,0)">{"detail":"no such table: revoked_token"} ) </span></div><br></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>