<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    hi:<br>
    <br>
    I'm not familiar with python keyring, but this problem seems related
    to it. <br>
    <br>
    I've found this page <a class="moz-txt-link-freetext" href="https://wiki.openstack.org/wiki/KeyringSupport">https://wiki.openstack.org/wiki/KeyringSupport</a>.<br>
    <br>
    And several days ago, some cool guys had written a cool document: <br>
    <pre><a class="moz-txt-link-freetext" href="http://docs.openstack.org/ops">http://docs.openstack.org/ops</a>

You can get the pdf document, and you can find information related to this problem on Page 65 to find further information and support. 

Thanks. 
</pre>
    <div class="moz-cite-prefix">On 03/14/2013 10:41 AM, Rain Li wrote:<br>
    </div>
    <blockquote
cite="mid:CAPc2ZYK6_pNC4OUx5JntXrp1oMYRKmVS8nBUa3v_-u9MsP1X3A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi, 
        <div><br>
        </div>
        <div style="">Thanks for help. Can anyone tell me how (besides
          the --no-cache option) to get rid of the message "Please enter
          password for encryped keyring"? With horizon interface, I get:</div>
        <div style=""><img src="cid:part2.05040602.01030000@eayun.com"
            alt="Inline image 1" height="169" width="775"><br>
        </div>
        <div style="">But "nova --debug list" shows (no active
          servers): </div>
        <div style="">
          <div>Please enter password for encrypted keyring: </div>
          <div><br>
          </div>
          <div>REQ: curl -i <a moz-do-not-send="true"
href="http://192.168.1.200:8774/v2/2666e01122c5422e9224396f52e9a600/servers/detail">http://192.168.1.200:8774/v2/2666e01122c5422e9224396f52e9a600/servers/detail</a>
            -X GET -H "X-Auth-Project-Id: admin" -H "User-Agent:
            python-novaclient" -H "Accept: application/json" -H
            "X-Auth-Token: cd4177ee1cc34da492be50e56a699c58"</div>
          <div><br>
          </div>
          <div>connect: (192.168.1.200, 8774)</div>
          <div>send: u'GET
            /v2/2666e01122c5422e9224396f52e9a600/servers/detail
            HTTP/1.1\r\nHost: <a moz-do-not-send="true"
              href="http://192.168.1.200:8774">192.168.1.200:8774</a>\r\nx-auth-project-id:
            admin\r\nx-auth-token:
            cd4177ee1cc34da492be50e56a699c58\r\naccept-encoding: gzip,
            deflate\r\naccept: application/json\r\nuser-agent:
            python-novaclient\r\n\r\n'</div>
          <div>reply: 'HTTP/1.1 200 OK\r\n'</div>
          <div>header: X-Compute-Request-Id:
            req-596f1fb4-cf32-4405-af79-9c871a9f3faa</div>
          <div>header: Content-Type: application/json</div>
          <div>header: Content-Length: 15</div>
          <div>header: Date: Thu, 14 Mar 2013 02:12:46 GMT</div>
          <div>RESP:{'status': '200', 'content-length': '15',
            'content-location': u'<a moz-do-not-send="true"
href="http://192.168.1.200:8774/v2/2666e01122c5422e9224396f52e9a600/servers/detail">http://192.168.1.200:8774/v2/2666e01122c5422e9224396f52e9a600/servers/detail</a>',
            'x-compute-request-id':
            'req-596f1fb4-cf32-4405-af79-9c871a9f3faa', 'date': 'Thu, 14
            Mar 2013 02:12:46 GMT', 'content-type': 'application/json'}
            {"servers": []}</div>
          <div><br>
          </div>
          <div style="">"nova --debug list " works fine, shows:</div>
          <div style="">
            <div>+--------------------------------------+---------------+--------+------------------------+</div>
            <div>| ID                                   | Name        
               | Status | Networks               |</div>
            <div>+--------------------------------------+---------------+--------+------------------------+</div>
            <div>| 6b52ed18-8768-4b58-95f1-a2aca9f39807 | demo2        
              | ACTIVE | net_proj_one=50.50.1.4 |</div>
            <div>| aea5e22d-3d00-4f0a-9b76-de0b9b5c9c87 | user_one_demo
              | ACTIVE | net_proj_one=50.50.1.3 |</div>
            <div>+--------------------------------------+---------------+--------+------------------------+</div>
            <div><br>
            </div>
            <div style="">"nova --no-cache image-list" shows:</div>
            <div style="">
              <div>+--------------------------------------+--------------+--------+--------+</div>
              <div>| ID                                   | Name        
                | Status | Server |</div>
              <div>+--------------------------------------+--------------+--------+--------+</div>
              <div>| cbb0351b-b4fa-4e63-af7f-c9d00d750671 | myFirstImage
                | ACTIVE |        |</div>
              <div>+--------------------------------------+--------------+--------+--------+</div>
              <div><br>
              </div>
              <div style="">"nova --no-cache usage-list" shows:</div>
              <div style="">
                <div>+----------------------------------+-----------+--------------+-----------+---------------+</div>
                <div>| Tenant ID                        | Instances |
                  RAM MB-Hours | CPU Hours | Disk GB-Hours |</div>
                <div>+----------------------------------+-----------+--------------+-----------+---------------+</div>
                <div>| 092c550adf0f49cb9a1ccfd2367a29fb | 3         |
                  251806.33    | 126.21    | 2437.34       |</div>
                <div>+----------------------------------+-----------+--------------+-----------+---------------+</div>
                <div><br>
                </div>
                <div style="">"nova --no-cache network-list" get an
                  error:</div>
                <div style="">ERROR: The server has either erred or is
                  incapable of performing the requested operation. (HTTP
                  500) (Request-ID:
                  req-d888fc8f-5a00-46a9-9bcd-a047293c88bb)<br>
                </div>
                <div style=""><br>
                </div>
                <div style="">And "nova --no-cache flavor-list" works
                  fine, "nova --no-cache hypervisor-list" works fine,
                  "nova --no-cache floating-ip-pool-list" works fine.</div>
                <div style="">
                  <br>
                </div>
                <div style=""> "nova --no-cache floating-ip-list" shows
                  nothing, but "quantum floatingip-list" shows:</div>
                <div style="">
                  <div>+--------------------------------------+------------------+---------------------+--------------------------------------+</div>
                  <div>| id                                   |
                    fixed_ip_address | floating_ip_address | port_id    
                                             |</div>
                  <div>+--------------------------------------+------------------+---------------------+--------------------------------------+</div>
                  <div>| 3942424e-4ca5-4148-9440-26c254753bf5 |        
                             | 192.168.1.227       |                    
                                     |</div>
                  <div>| 5d437edc-5b6f-4f0a-8e0f-2a01d07afa13 |
                    50.50.1.3        | 192.168.1.226       |
                    3d909d47-bb8b-4ef5-9688-a4dc314eed21 |</div>
                  <div>| 8f6da458-9dcc-4f8d-ac76-9b170fbacfa9 |        
                             | 192.168.1.228       |                    
                                     |</div>
                  <div>+--------------------------------------+------------------+---------------------+--------------------------------------+</div>
                  <div><br>
                  </div>
                  <div style="">So is there any other information you
                    guys needed to pinpoint the potential problems? </div>
                  <div style=""><br>
                  </div>
                  <div style="">Best,</div>
                  <div style="">Rain</div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="gmail_extra">
        <br>
        <br>
        <div class="gmail_quote">On Wed, Mar 13, 2013 at 9:06 PM, Hanyu
          Xiao <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:hanyu.xiao@eayun.com" target="_blank">hanyu.xiao@eayun.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> what's the output of
              "nova --debug list" and "nova --debug list --all-tenants"?
              <div>
                <div class="h5"><br>
                  <div>On 03/14/2013 08:33 AM, Rain Li wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">
                    <div dir="ltr">Hi, all,
                      <div><br>
                      </div>
                      <div>I set up a three-hosts openstack environment,
                        but I can't synchronize nova output with horizon
                        output. When execute "nova --list", it generates
                        "Please enter password for encrypted keyring:"
                        message. Then I issue "nova --no-cache list", it
                        output nothing. </div>
                      <div><br>
                      </div>
                      <div>I can initialize a instance from horizon
                        interface, and the instance can get an proper
                        fixed ip address. And with "nova --no-cache
                        image-list", I can see the uploaded image, it is
                        the same image-id with "glance index". So can
                        anyone guide me with this situation?<br>
                      </div>
                      <div><br>
                      </div>
                      <div>Thank you!</div>
                      <div>Rain</div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <pre>_______________________________________________
Mailing list: <a moz-do-not-send="true" href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a>
Post to     : <a moz-do-not-send="true" href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>
Unsubscribe : <a moz-do-not-send="true" href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a>
More help   : <a moz-do-not-send="true" href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><span class="HOEnZb"><font color="#888888">
</font></span></pre>
                <span class="HOEnZb"><font color="#888888"> </font></span></blockquote>
              <span class="HOEnZb"><font color="#888888"> <br>
                  <pre cols="72">-- 
Hanyu Xiao
Eayun.com</pre>
                </font></span></div>
            <br>
            _______________________________________________<br>
            Mailing list: <a moz-do-not-send="true"
              href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
            Post to     : <a moz-do-not-send="true"
              href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
            Unsubscribe : <a moz-do-not-send="true"
              href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
            More help   : <a moz-do-not-send="true"
              href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Hanyu Xiao
Eayun.com</pre>
  </body>
</html>