Also isn't this a bug for neutron?

** Also affects: neutron
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1396781

Title:
  Error in Database Population script for Neutron

Status in OpenStack Neutron (virtual network service):
  New
Status in OpenStack Manuals:
  New

Bug description:
  In the 'to finalise installation' section the following script is used

   su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf \
    --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade juno" neutron

  This reports an error as juno is unknown, to resolve this the script
  should be changed to

   su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf \
    --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head" neutron

  An explanation should be added saying that 'head' is equivalent to the
  latest trunk release.

  -----------------------------------
  Built: 2014-11-26T19:02:57 00:00
  git SHA: 5595fde364e55699d2bf5e7b0aabdf9cdd154f00
  URL: 
http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-controller-node.html
  source File: 
file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/section_neutron-controller-node.xml
  xml:id: neutron-controller-node

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to