Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
openstack:newton:compute [2016/10/09 16:30] – [Configuration de la partie Neutron] madko | openstack:newton:compute [2016/10/12 16:47] (Version actuelle) – [Configuration de la partie Neutron] madko | ||
---|---|---|---|
Ligne 115: | Ligne 115: | ||
[securitygroup] | [securitygroup] | ||
firewall_driver = iptables_hybrid | firewall_driver = iptables_hybrid | ||
+ | </ | ||
+ | |||
+ | Configuration de la partie Neutron dans / | ||
+ | |||
+ | < | ||
+ | [DEFAULT] | ||
+ | auth_strategy = keystone | ||
+ | rpc_backend = rabbit | ||
+ | [agent] | ||
+ | [cors] | ||
+ | [cors.subdomain] | ||
+ | [database] | ||
+ | [keystone_authtoken] | ||
+ | auth_uri = http:// | ||
+ | auth_url = http:// | ||
+ | memcached_servers = controller.internal: | ||
+ | auth_type = password | ||
+ | project_domain_name = default | ||
+ | user_domain_name = default | ||
+ | project_name = service | ||
+ | username = neutron | ||
+ | password = neutron | ||
+ | [matchmaker_redis] | ||
+ | [nova] | ||
+ | [oslo_concurrency] | ||
+ | lock_path = / | ||
+ | [oslo_messaging_amqp] | ||
+ | [oslo_messaging_notifications] | ||
+ | [oslo_messaging_rabbit] | ||
+ | rabbit_host = bdd | ||
+ | rabbit_userid = openstack | ||
+ | rabbit_password = RABBIT_PASS | ||
+ | [oslo_messaging_zmq] | ||
+ | [oslo_policy] | ||
+ | [qos] | ||
+ | [quotas] | ||
+ | [ssl] | ||
</ | </ | ||
Ligne 123: | Ligne 160: | ||
systemctl start neutron-openvswitch-agent openvswitch | systemctl start neutron-openvswitch-agent openvswitch | ||
</ | </ | ||
+ | ===== Configuration de la libvirt ===== | ||
+ | |||
+ | Pour permettre les migrations à chaud, il faut ajouter l' | ||