what's domain in the dashboard of Ubuntu Openstack











up vote
2
down vote

favorite












I am new to OpenStack and recently I am learning to use it. After I successfully install OpenStack by following this link: https://www.ubuntu.com/download/cloud/try-openstack



At 3rd step, it said, "default username “admin” and password “OpenStack”. However, when I entered the dashboard, I saw 3 entries: domain/username/password. Please see
the screenshot of dashboard



I cannot leave the "domain" with a blank but I really don't know what "domain" it is here. I searched online and only found some infos about functionalities about the domain of OpenStack.



Please help! Any suggestions will be appreciated!










share|improve this question


























    up vote
    2
    down vote

    favorite












    I am new to OpenStack and recently I am learning to use it. After I successfully install OpenStack by following this link: https://www.ubuntu.com/download/cloud/try-openstack



    At 3rd step, it said, "default username “admin” and password “OpenStack”. However, when I entered the dashboard, I saw 3 entries: domain/username/password. Please see
    the screenshot of dashboard



    I cannot leave the "domain" with a blank but I really don't know what "domain" it is here. I searched online and only found some infos about functionalities about the domain of OpenStack.



    Please help! Any suggestions will be appreciated!










    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I am new to OpenStack and recently I am learning to use it. After I successfully install OpenStack by following this link: https://www.ubuntu.com/download/cloud/try-openstack



      At 3rd step, it said, "default username “admin” and password “OpenStack”. However, when I entered the dashboard, I saw 3 entries: domain/username/password. Please see
      the screenshot of dashboard



      I cannot leave the "domain" with a blank but I really don't know what "domain" it is here. I searched online and only found some infos about functionalities about the domain of OpenStack.



      Please help! Any suggestions will be appreciated!










      share|improve this question













      I am new to OpenStack and recently I am learning to use it. After I successfully install OpenStack by following this link: https://www.ubuntu.com/download/cloud/try-openstack



      At 3rd step, it said, "default username “admin” and password “OpenStack”. However, when I entered the dashboard, I saw 3 entries: domain/username/password. Please see
      the screenshot of dashboard



      I cannot leave the "domain" with a blank but I really don't know what "domain" it is here. I searched online and only found some infos about functionalities about the domain of OpenStack.



      Please help! Any suggestions will be appreciated!







      juju openstack cloud






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 27 at 8:13









      Xin Chen

      153




      153






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          I just figured it out...



          the domain that worked for me is "admin_domain".



          I got it from /etc/keystone/keystone.conf inside the keystone machine.



          Do "juju status" to figure out in which machine keystone is deployed



          Unit                      Workload  Agent  Machine  Public address   Ports              Message
          keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready


          Then ssh to it and cat the file



          juju ssh 0/lxd/1
          sudo cat /etc/keystone/keystone.conf


          The last lines show the domain and user:



          [ldap]
          [resource]
          admin_project_domain_name = admin_domain
          admin_project_name = admin





          share|improve this answer

















          • 1




            thank you! It works for me. It seems the default domain is always "admin_domain".
            – Xin Chen
            Mar 28 at 19:35




















          up vote
          1
          down vote













          This seems to be the most common answer, but mine was a bit more difficult.

          I ran this command:



          juju run --unit keystone/0 leader-get admin_passwd


          and this was the password for the admin account.

          The domain was "admin_domain" from above.






          share|improve this answer






























            up vote
            0
            down vote













            I think you used the wrong IP address.



            Please run juju status and find the IP address of openstack-dashboard service and go to the http://<IP-Address>/horizon/auth/login/. Please try http and https I didn't remember the right protocol






            share|improve this answer





















            • thank you. I do use the right IP address and the answer from @miguelcostaUI works!
              – Xin Chen
              Mar 28 at 19:36











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1019571%2fwhats-domain-in-the-dashboard-of-ubuntu-openstack%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote



            accepted










            I just figured it out...



            the domain that worked for me is "admin_domain".



            I got it from /etc/keystone/keystone.conf inside the keystone machine.



            Do "juju status" to figure out in which machine keystone is deployed



            Unit                      Workload  Agent  Machine  Public address   Ports              Message
            keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready


            Then ssh to it and cat the file



            juju ssh 0/lxd/1
            sudo cat /etc/keystone/keystone.conf


            The last lines show the domain and user:



            [ldap]
            [resource]
            admin_project_domain_name = admin_domain
            admin_project_name = admin





            share|improve this answer

















            • 1




              thank you! It works for me. It seems the default domain is always "admin_domain".
              – Xin Chen
              Mar 28 at 19:35

















            up vote
            4
            down vote



            accepted










            I just figured it out...



            the domain that worked for me is "admin_domain".



            I got it from /etc/keystone/keystone.conf inside the keystone machine.



            Do "juju status" to figure out in which machine keystone is deployed



            Unit                      Workload  Agent  Machine  Public address   Ports              Message
            keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready


            Then ssh to it and cat the file



            juju ssh 0/lxd/1
            sudo cat /etc/keystone/keystone.conf


            The last lines show the domain and user:



            [ldap]
            [resource]
            admin_project_domain_name = admin_domain
            admin_project_name = admin





            share|improve this answer

















            • 1




              thank you! It works for me. It seems the default domain is always "admin_domain".
              – Xin Chen
              Mar 28 at 19:35















            up vote
            4
            down vote



            accepted







            up vote
            4
            down vote



            accepted






            I just figured it out...



            the domain that worked for me is "admin_domain".



            I got it from /etc/keystone/keystone.conf inside the keystone machine.



            Do "juju status" to figure out in which machine keystone is deployed



            Unit                      Workload  Agent  Machine  Public address   Ports              Message
            keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready


            Then ssh to it and cat the file



            juju ssh 0/lxd/1
            sudo cat /etc/keystone/keystone.conf


            The last lines show the domain and user:



            [ldap]
            [resource]
            admin_project_domain_name = admin_domain
            admin_project_name = admin





            share|improve this answer












            I just figured it out...



            the domain that worked for me is "admin_domain".



            I got it from /etc/keystone/keystone.conf inside the keystone machine.



            Do "juju status" to figure out in which machine keystone is deployed



            Unit                      Workload  Agent  Machine  Public address   Ports              Message
            keystone/0* active idle 0/lxd/1 192.168.100.217 5000/tcp Unit is ready


            Then ssh to it and cat the file



            juju ssh 0/lxd/1
            sudo cat /etc/keystone/keystone.conf


            The last lines show the domain and user:



            [ldap]
            [resource]
            admin_project_domain_name = admin_domain
            admin_project_name = admin






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 28 at 11:43









            miguelcostaUI

            562




            562








            • 1




              thank you! It works for me. It seems the default domain is always "admin_domain".
              – Xin Chen
              Mar 28 at 19:35
















            • 1




              thank you! It works for me. It seems the default domain is always "admin_domain".
              – Xin Chen
              Mar 28 at 19:35










            1




            1




            thank you! It works for me. It seems the default domain is always "admin_domain".
            – Xin Chen
            Mar 28 at 19:35






            thank you! It works for me. It seems the default domain is always "admin_domain".
            – Xin Chen
            Mar 28 at 19:35














            up vote
            1
            down vote













            This seems to be the most common answer, but mine was a bit more difficult.

            I ran this command:



            juju run --unit keystone/0 leader-get admin_passwd


            and this was the password for the admin account.

            The domain was "admin_domain" from above.






            share|improve this answer



























              up vote
              1
              down vote













              This seems to be the most common answer, but mine was a bit more difficult.

              I ran this command:



              juju run --unit keystone/0 leader-get admin_passwd


              and this was the password for the admin account.

              The domain was "admin_domain" from above.






              share|improve this answer

























                up vote
                1
                down vote










                up vote
                1
                down vote









                This seems to be the most common answer, but mine was a bit more difficult.

                I ran this command:



                juju run --unit keystone/0 leader-get admin_passwd


                and this was the password for the admin account.

                The domain was "admin_domain" from above.






                share|improve this answer














                This seems to be the most common answer, but mine was a bit more difficult.

                I ran this command:



                juju run --unit keystone/0 leader-get admin_passwd


                and this was the password for the admin account.

                The domain was "admin_domain" from above.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 14 at 0:18









                zx485

                1,43731114




                1,43731114










                answered Nov 13 at 21:09









                user677012

                111




                111






















                    up vote
                    0
                    down vote













                    I think you used the wrong IP address.



                    Please run juju status and find the IP address of openstack-dashboard service and go to the http://<IP-Address>/horizon/auth/login/. Please try http and https I didn't remember the right protocol






                    share|improve this answer





















                    • thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                      – Xin Chen
                      Mar 28 at 19:36















                    up vote
                    0
                    down vote













                    I think you used the wrong IP address.



                    Please run juju status and find the IP address of openstack-dashboard service and go to the http://<IP-Address>/horizon/auth/login/. Please try http and https I didn't remember the right protocol






                    share|improve this answer





















                    • thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                      – Xin Chen
                      Mar 28 at 19:36













                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    I think you used the wrong IP address.



                    Please run juju status and find the IP address of openstack-dashboard service and go to the http://<IP-Address>/horizon/auth/login/. Please try http and https I didn't remember the right protocol






                    share|improve this answer












                    I think you used the wrong IP address.



                    Please run juju status and find the IP address of openstack-dashboard service and go to the http://<IP-Address>/horizon/auth/login/. Please try http and https I didn't remember the right protocol







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 28 at 7:18









                    Vahid Amintabar

                    465




                    465












                    • thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                      – Xin Chen
                      Mar 28 at 19:36


















                    • thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                      – Xin Chen
                      Mar 28 at 19:36
















                    thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                    – Xin Chen
                    Mar 28 at 19:36




                    thank you. I do use the right IP address and the answer from @miguelcostaUI works!
                    – Xin Chen
                    Mar 28 at 19:36


















                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1019571%2fwhats-domain-in-the-dashboard-of-ubuntu-openstack%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                    ComboBox Display Member on multiple fields

                    Is it possible to collect Nectar points via Trainline?