[Rdo-list] havana-test-day: packstack keystone/swift auth issue

Pádraig Brady pbrady at redhat.com
Tue Sep 10 02:03:43 UTC 2013


RHEL6.4 $ packstack --allinone --os-neutron-install=n
...

2013-09-10 02:37:09::ERROR::ospluginutils::143::root:: Error  during remote puppet apply of /var/tmp/packstack/20130910-022651-_K37zG/manifests/192.168.122.26_keystone.pp
2013-09-10 02:37:09::ERROR::ospluginutils::144::root:: ^[[0;33mwarning: Scope(Class[Swift::Keystone::Auth]): Address parameter for swift::keystone::auth has been deprecated, use public_address instead^[[0m
^[[0;36mnotice: /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]/value: value changed '907b20791d084940a54a5ba2132463a4' to '376fc1ea32ca41489b333aac4b6bee6c'^[[0m
^[[0;36mnotice: /Stage[main]/Keystone/Keystone_config[sql/connection]/value: value changed 'mysql://keystone_admin:136d83b89f1b4e6c@192.168.122.26/keystone' to 'mysql://keystone_admin:f62c0ba3c8e64fe7@192.168.122.26/keystone'^[[0m
^[[0;36mnotice: /Stage[main]/Keystone/Exec[keystone-manage db_sync]: Triggered 'refresh' from 2 events^[[0m
^[[0;36mnotice: /Stage[main]/Keystone/Exec[keystone-manage pki_setup]: Triggered 'refresh' from 2 events^[[0m
^[[0;36mnotice: /Stage[main]/Keystone/Service[keystone]: Triggered 'refresh' from 4 events^[[0m
^[[1;35merr: /Stage[main]/Swift::Keystone::Auth/Keystone_user[swift]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)
^[[0m
^[[0;36mnotice: /Stage[main]/Swift::Keystone::Auth/Keystone_user_role[swift at services]: Dependency Keystone_user[swift] has failures: true^[[0m
^[[0;33mwarning: /Stage[main]/Swift::Keystone::Auth/Keystone_user_role[swift at services]: Skipping because of failed dependencies^[[0m
^[[1;35merr: /Stage[main]/Cinder::Keystone::Auth/Keystone_user[cinder]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)
^[[0m
^[[0;36mnotice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder at services]: Dependency Keystone_user[cinder] has failures: true^[[0m
^[[0;33mwarning: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder at services]: Skipping because of failed dependencies^[[0m
^[[0;36mnotice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user[ceilometer]/ensure: created^[[0m
^[[1;35merr: /Stage[main]/Nova::Keystone::Auth/Keystone_user[nova]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)
^[[0m
^[[0;36mnotice: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova at services]: Dependency Keystone_user[nova] has failures: true^[[0m
^[[0;33mwarning: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova at services]: Skipping because of failed dependencies^[[0m
^[[1;35merr: /Stage[main]/Glance::Keystone::Auth/Keystone_user[glance]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)
^[[0m
^[[0;36mnotice: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance at services]: Dependency Keystone_user[glance] has failures: true^[[0m
^[[0;33mwarning: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance at services]: Skipping because of failed dependencies^[[0m
^[[0;36mnotice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_role[ResellerAdmin]/ensure: created^[[0m
^[[0;36mnotice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_user_role[ceilometer at services]/roles: roles changed '_member_' to 'admin ResellerAdmin'^[[0m
^[[1;35merr: /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)
^[[0m
^[[0;36mnotice: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Dependency Keystone_user[admin] has failures: true^[[0m
^[[0;33mwarning: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin at admin]: Skipping because of failed dependencies^[[0m
^[[0;36mnotice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_service[ceilometer]/ensure: created^[[0m
^[[0;36mnotice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone_endpoint[RegionOne/ceilometer]/ensure: created^[[0m
^[[0;36mnotice: Finished catalog run in 41.76 seconds^[[0m

2013-09-10 02:37:09::ERROR::run_setup::913::root:: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 894, in main
    single_step_aio_install(options)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 667, in single_step_aio_install
    single_step_install(options)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 697, in single_step_install
    _main(answerfilepath)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 577, in _main
    runSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 554, in runSequences
    controller.runAllSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/setup_controller.py", line 90, in runAllSequences
    sequence.run(self.CONF)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 105, in run
    step.run(config=config)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 52, in run
    raise SequenceError(str(ex))
SequenceError: Error during puppet run : err: /Stage[main]/Swift::Keystone::Auth/Keystone_user[swift]: Could not evaluate: Execution of '/usr/bin/keystone --os-auth-url http://127.0.0.1:35357/v2.0/ token-get' returned 1: The request you have made requires authentication. (HTTP 401)




More information about the dev mailing list