i have prplem, when i login openstck dashboad , i have errror on 
keystone.log :  WARNING keystone.common.wsgi [-] Authorization failed. The 
request you have made requires authentication. from 127.0.0.1 . 

can you help me fix error. 


Vào 04:50:58 UTC+7 Thứ Ba, ngày 30 tháng 7 năm 2013, kesten broughton đã 
viết:
>
> I've hit the same error - same step.  I just grabbed the latest 1.3 from 
> git (july 29).
>
>
> $ cat  /etc/keystone/keystone.conf
> ...
> [signing]
> token_format = UUID
> ...
>
> My sql db looks bad though.  Duplicates. 
>
> mysql> select user, host from mysql.user; use keystone; show tables;
> +----------+-----------+
> | user     | host      |
> +----------+-----------+
> | cinder   | %         |
> | glance   | %         |
> | keystone | %         |
> | nova     | %         |
> | quantum  | %         |
> | root     | 127.0.0.1 |
> |          | hubertus  |
> | root     | hubertus  |
> |          | localhost |
> | cinder   | localhost |
> | glance   | localhost |
> | keystone | localhost |
> | nova     | localhost |
> | quantum  | localhost |
> | root     | localhost |
> +----------+-----------+
> 15 rows in set (0.39 sec)
>
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
>
> Database changed
> +------------------------+
> | Tables_in_keystone     |
> +------------------------+
> | credential             |
> | domain                 |
> | ec2_credential         |
> | endpoint               |
> | group                  |
> | group_domain_metadata  |
> | group_project_metadata |
> | migrate_version        |
> | policy                 |
> | project                |
> | role                   |
> | service                |
> | token                  |
> | trust                  |
> | trust_role             |
> | user                   |
> | user_domain_metadata   |
> | user_group_membership  |
> | user_project_metadata  |
> +------------------------+
> 19 rows in set (0.03 sec)
>
> mysql> 
>
> root:ansible-redhat-openstack$ cat /var/log/keystone/keystone.log
> 2013-07-29 16:56:41  WARNING [keystone.common.wsgi] Authorization failed. 
> The request you have made requires authentication. from 127.0.0.1
>
>
>
> On Tuesday, July 16, 2013 11:18:34 AM UTC-5, Michael Aldridge wrote:
>>
>> I have been trying to install with the scripts from the webinar a few 
>> days ago.  Consistently the install fails on the following step:
>>
>> TASK: [create the external network] 
>> ******************************************* 
>> fatal: [cloud-controller] => failed to parse: 
>> /root/.ansible/tmp/ansible-1373991065.17-51641315664934/quantum_network:120: 
>> DeprecationWarning: BaseException.message has been deprecated as of Python 
>> 2.6
>>   module.fail_json(msg = "Error authenticating to the keystone: %s" 
>> %e.message)
>> {"msg": "Error authenticating to the keystone: Authorization Failed: 
>> Unable to communicate with identity service: {\"error\": {\"message\": \"An 
>> unexpected error prevented the server from fulfilling your request. 
>> (OperationalError) (1045, \\\"Access denied for user 'keystone'@'localhost' 
>> (using password: NO)\\\") None None\", \"code\": 500, \"title\": \"Internal 
>> Server Error\"}}. (HTTP 500)", "failed": true}
>>
>>
>> FATAL: all hosts have already failed -- aborting
>>
>> PLAY RECAP 
>> ******************************************************************** 
>>            to retry, use: --limit @/var/tmp/ansible/site.retry
>>
>> cloud-compute              : ok=15   changed=3    unreachable=0    
>> failed=0   
>> cloud-controller           : ok=48   changed=8    unreachable=1    
>> failed=0  
>>
>>
>> I am running as root on centos 6.4 installed on bare metal.  Any ideas?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1cef4292-2f1e-403a-84e1-3652af5da6d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to