From Fedora Project Wiki

(→‎Nova Network Setup: new section)
Line 2: Line 2:


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.
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. The steps to remove middleware config from paste-ini and add new section:
* 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

Revision as of 22:17, 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. The steps to remove middleware config from paste-ini and add new section:

  • 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