[Rdo-list] packstack error messages

Zhao, Xin xzhao at bnl.gov
Tue Jul 22 15:15:32 UTC 2014


Hi Yanis,

Here is the output of netstat:

# netstat -lpnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address State       
PID/Program name
tcp        0      0 127.0.0.1:25            0.0.0.0:* LISTEN      
1376/sendmail: acce
tcp        0      0 127.0.0.1:6010          0.0.0.0:* LISTEN      
12717/sshd: root at pt
tcp        0      0 0.0.0.0:35357           0.0.0.0:* LISTEN      
7209/python
tcp        0      0 0.0.0.0:9191            0.0.0.0:* LISTEN      
7800/python
tcp        0      0 0.0.0.0:8776            0.0.0.0:* LISTEN      
13785/python
tcp        0      0 0.0.0.0:5000            0.0.0.0:* LISTEN      
7209/python
tcp        0      0 0.0.0.0:41193           0.0.0.0:* LISTEN      
3774/beam.smp
tcp        0      0 0.0.0.0:3306            0.0.0.0:* LISTEN      
6051/mysqld
tcp        0      0 0.0.0.0:9292            0.0.0.0:* LISTEN      
7825/python
tcp        0      0 0.0.0.0:22              0.0.0.0:* LISTEN      980/sshd
tcp6       0      0 ::1:6010                :::* LISTEN      12717/sshd: 
root at pt
tcp6       0      0 :::5672                 :::* LISTEN      3774/beam.smp
tcp6       0      0 :::22                   :::* LISTEN      980/sshd

I also attach the two log files mentioned in the stdout messages.

Thanks,
Xin

On 7/21/2014 7:25 PM, Yanis Guenane wrote:
>> Hello,
>>
>> I am installing icehouse from RDO, on a RHEL7 VM, using packstack. Get
>> the following error:
>>
>> ......
>>
>> Applying 130.199.185.76_glance.pp
>> Applying 130.199.185.76_cinder.pp
>> 130.199.185.76_keystone.pp:                       [ ERROR ]
>> Applying Puppet manifests                         [ ERROR ]
>>
>> ERROR : Error appeared during Puppet run: 130.199.185.76_keystone.pp
>> Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]:
>> Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint
>> http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object
>> has no attribute '__getitem__'
>> You will find full trace in log
>> /var/tmp/packstack/20140721-102751-Mviqzb/manifests/130.199.185.76_keystone.pp.log
>>
>> Please check log file
>> /var/tmp/packstack/20140721-102751-Mviqzb/openstack-setup.log for more
>> information
>>
>>
>> Any idea what caused this ?  I am using the rdo repo from
>> rdo-release-icehouse-4 rpm.
>>
>> Thanks in advance,
>> Xin
> Hi Xin,
>
> Not sure why you have the error, but since I don't know the setup one
> remark, the IP you seem to install packstack on is 130.199.185.76, but
> yet os-endpoint is specified to be 127.0.0.1, are you sure it is
> listening on this IP? What does `netstat -tlnp` gives you?
>
> Also could you please paste the logs, we might get a better idea from them.
>
> --
> Yanis Guenane
>
> _______________________________________________
> Rdo-list mailing list
> Rdo-list at redhat.com
> https://www.redhat.com/mailman/listinfo/rdo-list

-------------- next part --------------
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Warning: Scope(Class[Keystone]): token_format parameter is deprecated. Use token_provider instead.
Warning: Scope(Class[Keystone::Endpoint]): The public_address parameter is deprecated, use public_url instead.
Warning: Scope(Class[Keystone::Endpoint]): The internal_address parameter is deprecated, use internal_url instead.
Warning: Scope(Class[Keystone::Endpoint]): The admin_address parameter is deprecated, use admin_url instead.
Warning: Scope(Class[Nova::Keystone::Auth]): The cinder parameter is deprecated and has no effect.
Notice: Compiled catalog for grid19.racf.bnl.gov in environment production in 1.82 seconds
Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
   (at /usr/share/ruby/vendor_ruby/puppet/type.rb:816:in `set_default')
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone_service[neutron]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_service[ceilometer]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ tenant-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_role[ResellerAdmin]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova_ec2]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinderv2]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: /Stage[main]/Swift::Keystone::Auth/Keystone_role[SwiftOperator]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Error: Could not prefetch keystone_endpoint provider 'keystone': Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ endpoint-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_endpoint[RegionOne/ceilometer]: Dependency Keystone_service[ceilometer] has failures: true
Warning: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_endpoint[RegionOne/ceilometer]: Skipping because of failed dependencies
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ tenant-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_user[neutron]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_user[neutron]: Skipping because of failed dependencies
Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_user[nova]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_user[nova]: Skipping because of failed dependencies
Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_user[glance]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_user[glance]: Skipping because of failed dependencies
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[admin]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance at services]: Skipping because of failed dependencies
Error: /Stage[main]/Keystone::Endpoint/Keystone_service[keystone]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Keystone::Endpoint/Keystone_endpoint[RegionOne/keystone]: Dependency Keystone_service[keystone] has failures: true
Warning: /Stage[main]/Keystone::Endpoint/Keystone_endpoint[RegionOne/keystone]: Skipping because of failed dependencies
Error: /Stage[main]/Main/Keystone_service[cinder_v2]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Main/Keystone_endpoint[RegionOne/cinder_v2]: Dependency Keystone_service[cinder_v2] has failures: true
Warning: /Stage[main]/Main/Keystone_endpoint[RegionOne/cinder_v2]: Skipping because of failed dependencies
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user[ceilometer]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user[ceilometer]: Skipping because of failed dependencies
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user_role[ceilometer at services]: Dependency Keystone_role[ResellerAdmin] has failures: true
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user_role[ceilometer at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user_role[ceilometer at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user_role[ceilometer at services]: Skipping because of failed dependencies
Error: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinder]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinder]: Dependency Keystone_service[cinder] has failures: true
Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinder]: Skipping because of failed dependencies
Error: /Stage[main]/Glance::Keystone::Auth/Keystone_service[glance]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_endpoint[RegionOne/glance]: Dependency Keystone_service[glance] has failures: true
Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_endpoint[RegionOne/glance]: Skipping because of failed dependencies
Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova at services]: Skipping because of failed dependencies
Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Dependency Keystone_tenant[admin] has failures: true
Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Skipping because of failed dependencies
Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Dependency Keystone_tenant[admin] has failures: true
Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Skipping because of failed dependencies
Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user[cinder]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_user[cinder]: Skipping because of failed dependencies
Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova_ec2]: Dependency Keystone_service[nova_ec2] has failures: true
Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova_ec2]: Skipping because of failed dependencies
Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinderv2]: Dependency Keystone_service[cinderv2] has failures: true
Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinderv2]: Skipping because of failed dependencies
Error: /Stage[main]/Swift::Keystone::Auth/Keystone_service[swift_s3]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Swift::Keystone::Auth/Keystone_endpoint[RegionOne/swift_s3]: Dependency Keystone_service[swift_s3] has failures: true
Warning: /Stage[main]/Swift::Keystone::Auth/Keystone_endpoint[RegionOne/swift_s3]: Skipping because of failed dependencies
Error: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova]: Dependency Keystone_service[nova] has failures: true
Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova]: Skipping because of failed dependencies
Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_user_role[neutron at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_user_role[neutron at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_user_role[neutron at services]: Skipping because of failed dependencies
Error: /Stage[main]/Swift::Keystone::Auth/Keystone_service[swift]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ service-list' returned 1: 'NoneType' object has no attribute '__getitem__'
Notice: /Stage[main]/Swift::Keystone::Auth/Keystone_endpoint[RegionOne/swift]: Dependency Keystone_service[swift] has failures: true
Warning: /Stage[main]/Swift::Keystone::Auth/Keystone_endpoint[RegionOne/swift]: Skipping because of failed dependencies
Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_endpoint[RegionOne/neutron]: Dependency Keystone_service[neutron] has failures: true
Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_endpoint[RegionOne/neutron]: Skipping because of failed dependencies
Notice: /Stage[main]/Swift::Keystone::Auth/Keystone_user[swift]: Dependency Keystone_tenant[services] has failures: true
Warning: /Stage[main]/Swift::Keystone::Auth/Keystone_user[swift]: Skipping because of failed dependencies
Notice: /Stage[main]/Swift::Keystone::Auth/Keystone_user_role[swift at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Swift::Keystone::Auth/Keystone_user_role[swift at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Swift::Keystone::Auth/Keystone_user_role[swift at services]: Skipping because of failed dependencies
Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder at services]: Dependency Keystone_tenant[services] has failures: true
Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder at services]: Dependency Keystone_role[admin] has failures: true
Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder at services]: Skipping because of failed dependencies
Notice: Finished catalog run in 5.71 seconds
-------------- next part --------------
2014-07-21 10:27:52::INFO::shell::81::root:: [localhost] Executing script:
rm -rf /var/tmp/packstack/20140721-102751-Mviqzb/manifests/*pp
2014-07-21 10:27:52::INFO::shell::81::root:: [localhost] Executing script:
mkdir -p ~/.ssh
chmod 500 ~/.ssh
grep 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCW4sAFGCnWIJhxzsEFNUN90X55acOPLvVK/ljKitu53QDUUycZD09shYi92NEv/AudIRydoH65wkR1XvHHi7g+pxv46jrZvql8G+5NAtfGXyonQg87ohT48TCFzNfxMw+9qhticKpGhgfIuSCfWoJDX0yu3QJ7rnq5cYg/Pl7VCQ3J35lHLNqY6n3eeTqPHeVzyit6QV1Q/xofJJqIh86ndRZRsrDYXsWi81wLF+Dfg+0n32kLeO6xo1PZLv5MwQq0I6/VNMOfWcgmjZoj1xf6pCo9M2IzBIGFix0daBVng5+Q6YwoBHoYrhHnX9YVMuYUPC2VXkr0ke6UFIvqpm4D root at grid19.racf.bnl.gov' ~/.ssh/authorized_keys > /dev/null 2>&1 || echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCW4sAFGCnWIJhxzsEFNUN90X55acOPLvVK/ljKitu53QDUUycZD09shYi92NEv/AudIRydoH65wkR1XvHHi7g+pxv46jrZvql8G+5NAtfGXyonQg87ohT48TCFzNfxMw+9qhticKpGhgfIuSCfWoJDX0yu3QJ7rnq5cYg/Pl7VCQ3J35lHLNqY6n3eeTqPHeVzyit6QV1Q/xofJJqIh86ndRZRsrDYXsWi81wLF+Dfg+0n32kLeO6xo1PZLv5MwQq0I6/VNMOfWcgmjZoj1xf6pCo9M2IzBIGFix0daBVng5+Q6YwoBHoYrhHnX9YVMuYUPC2VXkr0ke6UFIvqpm4D root at grid19.racf.bnl.gov >> ~/.ssh/authorized_keys
chmod 400 ~/.ssh/authorized_keys
restorecon -r ~/.ssh
2014-07-21 10:27:52::INFO::shell::81::root:: [130.199.185.76] Executing script:
cat /etc/redhat-release
2014-07-21 10:27:52::INFO::shell::81::root:: [130.199.185.76] Executing script:
mkdir -p /var/tmp/packstack
mkdir --mode 0700 /var/tmp/packstack/bd0e45a11bea462ea26756c391054733
mkdir --mode 0700 /var/tmp/packstack/bd0e45a11bea462ea26756c391054733/modules
mkdir --mode 0700 /var/tmp/packstack/bd0e45a11bea462ea26756c391054733/resources
2014-07-21 10:27:52::INFO::shell::81::root:: [130.199.185.76] Executing script:
rpm -q --whatprovides yum-utils || yum install -y yum-utils
2014-07-21 10:27:52::INFO::shell::81::root:: [130.199.185.76] Executing script:
REPOFILE=$(mktemp)
cat /etc/yum.conf > $REPOFILE
echo -e '[packstack-epel]
name=packstack-epel
enabled=1
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch' >> $REPOFILE
( rpm -q --whatprovides epel-release || yum install -y --nogpg -c $REPOFILE epel-release ) || true
rm -rf $REPOFILE
2014-07-21 10:27:52::INFO::shell::81::root:: [130.199.185.76] Executing script:
yum-config-manager --enable epel
2014-07-21 10:27:53::INFO::shell::35::root:: Executing command:
rpm -q rdo-release --qf='%{version}-%{release}.%{arch}
'
2014-07-21 10:27:53::INFO::shell::81::root:: [130.199.185.76] Executing script:
(rpm -q 'rdo-release-icehouse' || yum install -y --nogpg http://rdo.fedorapeople.org/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm) || true
2014-07-21 10:27:53::INFO::shell::81::root:: [130.199.185.76] Executing script:
yum-config-manager --enable openstack-icehouse
2014-07-21 10:27:53::INFO::shell::81::root:: [130.199.185.76] Executing script:
yum install -y yum-plugin-priorities || true
rpm -q epel-release && yum-config-manager --setopt="rhel-server-ost-6-4-rpms.priority=1" --save rhel-server-ost-6-4-rpms
yum clean metadata
2014-07-21 10:27:57::INFO::shell::81::root:: [130.199.185.76] Executing script:
vgdisplay cinder-volumes
2014-07-21 10:27:57::INFO::shell::81::root:: [130.199.185.76] Executing script:
sed -i -r "s/^ *snapshot_autoextend_threshold +=.*/    snapshot_autoextend_threshold = 80/" /etc/lvm/lvm.conf
sed -i -r "s/^ *snapshot_autoextend_percent +=.*/    snapshot_autoextend_percent = 20/" /etc/lvm/lvm.conf
2014-07-21 10:27:57::INFO::shell::81::root:: [localhost] Executing script:
ssh-keygen -t rsa -b 2048 -f "/var/tmp/packstack/20140721-102751-Mviqzb/nova_migration_key" -N ""
2014-07-21 10:27:57::INFO::shell::81::root:: [localhost] Executing script:
ssh-keyscan 130.199.185.76
2014-07-21 10:27:57::INFO::shell::81::root:: [130.199.185.76] Executing script:
echo $HOME
2014-07-21 10:27:57::INFO::shell::81::root:: [localhost] Executing script:
rpm -q --requires openstack-puppet-modules | egrep -v "^(rpmlib|\/|perl)"
2014-07-21 10:27:57::INFO::shell::81::root:: [130.199.185.76] Executing script:
rpm -q --whatprovides puppet || yum install -y puppet
rpm -q --whatprovides openssh-clients || yum install -y openssh-clients
rpm -q --whatprovides tar || yum install -y tar
rpm -q --whatprovides nc || yum install -y nc
rpm -q --whatprovides rubygem-json || yum install -y rubygem-json
2014-07-21 10:27:57::INFO::shell::81::root:: [localhost] Executing script:
cd /usr/lib/python2.7/site-packages/packstack/puppet
cd /var/tmp/packstack/20140721-102751-Mviqzb/manifests
tar --dereference -cpzf - ../manifests | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root at 130.199.185.76 tar -C /var/tmp/packstack/bd0e45a11bea462ea26756c391054733 -xpzf -
cd /usr/share/openstack-puppet/modules
tar --dereference -cpzf - apache ceilometer certmonger cinder concat firewall glance heat horizon inifile keystone memcached mongodb mysql neutron nova nssdb openstack packstack qpid rabbitmq rsync ssh stdlib swift sysctl tempest vcsrepo vlan vswitch xinetd | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root at 130.199.185.76 tar -C /var/tmp/packstack/bd0e45a11bea462ea26756c391054733/modules -xpzf -
2014-07-21 10:28:36::ERROR::run_setup::920::root:: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 915, in main
    _main(confFile)
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 605, in _main
    runSequences()
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 584, in runSequences
    controller.runAllSequences()
  File "/usr/lib/python2.7/site-packages/packstack/installer/setup_controller.py", line 68, in runAllSequences
    sequence.run(config=self.CONF, messages=self.MESSAGES)
  File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 98, in run
    step.run(config=config, messages=messages)
  File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 44, in run
    raise SequenceError(str(ex))
SequenceError: Error appeared during Puppet run: 130.199.185.76_keystone.pp
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: 'NoneType' object has no attribute '__getitem__'
You will find full trace in log /var/tmp/packstack/20140721-102751-Mviqzb/manifests/130.199.185.76_keystone.pp.log

2014-07-21 10:28:36::INFO::shell::81::root:: [130.199.185.76] Executing script:
rm -rf /var/tmp/packstack/bd0e45a11bea462ea26756c391054733


More information about the rdo-list mailing list