Closed ghost closed 11 years ago
in my environment, i have two compute nodes, and none of them needed this setting:
+--------------------------------------+--------------------+--------------+-------+----------------+ | id | agent_type | host | alive | admin_state_up | +--------------------------------------+--------------------+--------------+-------+----------------+ | 8a0a5bd2-d08c-41fd-b2e5-f2dbaf63b225 | DHCP agent | networknode | :-) | True | | 835eb115-50ac-4cf9-98d0-621115d132ed | Open vSwitch agent | computenode1 | :-) | True | | 5faf1324-2cff-43df-b79e-ff6e3fa26d09 | L3 agent | networknode | :-) | True | | 7671a580-cc2d-4585-9dd7-4328538d149b | Open vSwitch agent | computenode2 | :-) | True | | a3d20493-db87-48d1-aac3-bf118ccf7ef2 | Open vSwitch agent | networknode | :-) | True | +--------------------------------------+--------------------+--------------+-------+----------------+
Well that's good. Anyway, I really think that configuration should be included! What do others think?
You can do that directly in quantum.conf file instead of api-paste.ini and you will get everything back on track.
2013/5/17 Claudio notifications@github.com
Well that's good. Anyway, I really think that configuration should be included! What do others think?
— Reply to this email directly or view it on GitHubhttps://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/issues/54#issuecomment-18051421 .
Bilel Msekni | Junior Software Engineer with focus on cloud computing Mobile: +33 6 49 52 42 17
I believe a section for the Quantum Agent configuration, is missing for the Compute node. In particular we should read something like:
Edit /etc/quantum/api-paste.ini::
[filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory auth_host = 10.10.10.51 auth_port = 35357 auth_protocol = http admin_tenant_name = service admin_user = quantum admin_password = service_pass
Without this configuration the agent won't appear to be alive and we will get a xxx in the agent list:
root@control:~# quantum agent-list +--------------------------------------+--------------------+---------+-------+----------------+ | id | agent_type | host | alive | admin_state_up | +--------------------------------------+--------------------+---------+-------+----------------+ | 2c5c994c-a367-4de0-871b-f1e18cb348a0 | Open vSwitch agent | network | :-) | True | | 7e63cbed-b1a5-4bbf-bf8e-80d16a83c567 | DHCP agent | network | :-) | True | | b4add1f9-c278-42cf-92a6-694aab078fcb | Open vSwitch agent | compute | xxx | True | | d6260558-4042-41c5-b926-d1e527b7bec8 | L3 agent | network | :-) | True | +--------------------------------------+--------------------+---------+-------+----------------+