[Yahoo-eng-team] [Bug 1385860] [NEW] Chef omnibus installer on CentOS broken

2014-10-26 Thread Jura Berg
Public bug reported: Omnibus installer fails on CentOS: - util.py[WARNING]: Running cc_chef (module 'cloudinit.config.cc_chef' from '/usr/lib/python2.7/site-packages/cloudinit/config/cc_chef.pyc') failed - cloud-init[WARNING]: Ran cc_chef but it failed! The reason is that /var/run/chef is

[Yahoo-eng-team] [Bug 1385862] [NEW] LBaaS - Missing option to associate a floating IP to a VIP

2014-10-26 Thread Itzik Brown
Public bug reported: There is an option to associate a floating IP to an Instance but not to a VIP. There is such an option through the CLI by associating the VIP's port to a floating IP. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1385880] [NEW] RDO - openstack-glance-api.service failed

2014-10-26 Thread Benny Kopilov
Public bug reported: Hi , openstack RDO installed on rhel7 with packstack installer . Whenever glance uses non-default backend , service glance-api in fail state . Attaching to bug glance config file and log from the glance log we see : 2014-10-01 03:38:38.468 7732 INFO

[Yahoo-eng-team] [Bug 1384949] Re: Boto 2.34.0 causing stacktraces

2014-10-26 Thread Joe Gordon
Yeah not sure what happened, must be a red herring. ** Changed in: nova Status: Incomplete = 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/1384949 Title:

[Yahoo-eng-team] [Bug 1386041] [NEW] can't connect external network using default snat from tenant network

2014-10-26 Thread Itsuro Oda
Public bug reported: See the following example: --- --+- external network 192.168.10.0/24 | | 192.168.10.10 +---+---+ | r1 | routes [{nexthop: 10.0.0.2, destination: 20.0.0.0/24}] +---+---+ | 10.0.0.1 |

[Yahoo-eng-team] [Bug 1334228] Re: Lock wait timeout adding ipallocation

2014-10-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1334228

[Yahoo-eng-team] [Bug 1331531] Re: Lock wait timeout adding securitygroupportbindings

2014-10-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1331531

[Yahoo-eng-team] [Bug 1154883] Re: Cannot launching the VM since the error of There was an error submitting the form. Please try again

2014-10-26 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1334112] Re: Lock wait timeout inserting into extradhcpopts

2014-10-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1334112

[Yahoo-eng-team] [Bug 1341765] Re: DBIntegrityError when inserting into routersl3agentbindings

2014-10-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1341765

[Yahoo-eng-team] [Bug 1287485] Re: No traffic in GRE tunnel with ML2

2014-10-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1287485

[Yahoo-eng-team] [Bug 1386046] [NEW] test_contrail_plugin.TestContrailL3NatTestCase fakes core plugin very trikerly

2014-10-26 Thread Isaku Yamahata
Public bug reported: test_contrail_plugin.TestContrailL3NatTestCase fakes core plugin so trickery. It's the way is so trickery that work around for the test to pass is necessary. The test should be sorted out such that work around should be eliminated. https://review.openstack.org/#/c/124699/ is

[Yahoo-eng-team] [Bug 1386047] [NEW] plugin(core, service) is unnecessarily cached and they are implemented variously by many times

2014-10-26 Thread Isaku Yamahata
Public bug reported: There are patterns like @property def core_plugin(self): try: return self._core_plugin except AttributeError: self._core_plugin = manager.NeutronManager.get_plugin() return self._core_plugin There are issues. -