← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1572372] Re: Can not install bgp by devstack

 

At this point this should be tried on stable/mitaka, until the folks get
to a sane point post split.

** Tags removed: rfe

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

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

Title:
  Can not install bgp by devstack

Status in neutron:
  Invalid

Bug description:
  Hi,

  I want to install bgp by devstack, I enable service q-bgp and q-bgp-agt, and devstack runs success.
  but there is no bgp agent running.

  juno@bgp:~/devstack$ cat local.conf 
  [[local|localrc]]
  SERVICE_TOKEN=token
  ADMIN_PASSWORD=blade123
  DATABASE_PASSWORD=blade123
  RABBIT_PASSWORD=blade123
  SERVICE_PASSWORD=$ADMIN_PASSWORD

  HOST_IP=192.168.122.101
  LOGFILE=$DEST/logs/stack.sh.log

  LOGDAYS=2

  disable_service h-eng
  disable_service h-api
  disable_service h-api-cfn
  disable_service h-api-cw
  disable_service tempest

  disable_service n-net

  enable_service neutron
  enable_service q-svc
  enable_service q-agt
  enable_service q-dhcp
  enable_service q-meta
  enable_service q-l3
  enable_service q-bgp
  enable_service q-bgp-agt

  juno@bgp:~/devstack$ ps aux | grep neutron-bgp
  juno     29069  0.0  0.0   4052  1960 pts/22   S+   21:39   0:00 grep --color=auto neutron-bgp
  juno@bgp:~/devstack$

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


References