← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 922396] Re: Nova-manage net create passing unwanted flags to QuantumManager

 

The quantum manager doesn't exist anymore so I don't think this bug is
really relevant anymore, so I'm going to close it out.

** Changed in: nova
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/922396

Title:
  Nova-manage net create passing unwanted flags to QuantumManager

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  nova-manage passes a large number of unwanted/unused flags to
  QuantumManager. As part of bug fix #921242 configuration sanity was
  added to QuantumManager to report or except on unused parameters that
  are given non-trivial values. This greatly helps users in
  troubleshooting or understanding valid configuration scenarios.

  This checking now reports when nova-manage passes in default values to
  QuantumManager (see below). nova-manage needs to be modified to
  prevent these values from being passed into QuantumManager to
  eliminate the erroneous warnings.

  ~/devstack$ nova-manage network create --label=demo11
  --fixed_range_v4=11.0.0.0/24 --project_id=2 --priority=1

  2012-01-25 18:10:30,075 CRITICAL nova [-] --bridge_interface is required to create a network.
  nicira@dan-natty2:~/devstack$ nova-manage --flagfile=/opt/stack/nova/bin/nova.conf  network create --label=demo11 --fixed_range_v4=11.0.0.0/24 --project_id=2 --priority=1
  2012-01-25 18:10:56,652 WARNING nova.network.quantum.manager [req-89f7237a-846a-4343-94dd-9c5690b569bd None None] QuantumManager does not use 'bridge' parameter.
  2012-01-25 18:10:56,652 WARNING nova.network.quantum.manager [req-89f7237a-846a-4343-94dd-9c5690b569bd None None] QuantumManager does not use 'bridge_interface' parameter.

  notice that 'bridge' nor 'bridge' interface were specified at the CLI.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/922396/+subscriptions