From Fedora Project Wiki

Line 5: Line 5:
== cfg-authtoken ==
== cfg-authtoken ==


With Folsom RPMs (f18 updates-testing or f17 "preview" http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo) authtoken middleware can be configured in the application's config file. The steps to remove middleware config from paste-ini and add new section:
With Folsom RPMs (f18 updates-testing or f17 "preview" http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo) authtoken middleware can be configured in the application's config file https://review.openstack.org/#/c/10579/
Steps to remove middleware config from paste-ini:
* Nova:
* Nova:
  $> sudo openstack-config --del /etc/nova/api-paste.ini filter:authtoken admin_tenant_name
  $> sudo openstack-config --del /etc/nova/api-paste.ini filter:authtoken admin_tenant_name

Revision as of 22:19, 9 September 2012

Nova Network Setup

Please note in "Nova Network Setup" if you use a network other than 10.0.0.0/8 You must also add a corresponding "fixed_range" in /etc/nova/nova.conf and restart the nova network service, or reboot.

cfg-authtoken

With Folsom RPMs (f18 updates-testing or f17 "preview" http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo) authtoken middleware can be configured in the application's config file https://review.openstack.org/#/c/10579/ Steps to remove middleware config from paste-ini:

  • Nova:
$> sudo openstack-config --del /etc/nova/api-paste.ini filter:authtoken admin_tenant_name
$> sudo openstack-config --del /etc/nova/api-paste.ini filter:authtoken admin_user
$> sudo openstack-config --del /etc/nova/api-paste.ini filter:authtoken admin_password
$> sudo openstack-config --set /etc/nova/nova.conf DEFAULT auth_strategy keystone
$> sudo openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_tenant_name service
$> sudo openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_user nova
$> sudo openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_password servicepass