ver later (changing the
import line and pulling the if clause), once I have things mostly done, and
want to run as part of Neutron, but it would be nice if I can find a way to do
that up front to avoid changes later.
Thoughts? Suggestions?
Thanks!
PCM (Paul Michali)
MAIL p.
Thanks! That worked
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Dec 9, 2013, at 5:27 PM, Vishvananda Ishaya wrote:
>
>
the device driver back to the service driver is
timing out, so making sure they are all set up OK, would be useful.
HTHs,
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D
ack.
Thanks in advance!
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
signature.asc
Description: Message sig
be good for you, and I'll send out a notice on the ML of the time/date
and we can discuss.
Looking to hearing form you!
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7
houghts on this topic… hopefully we can enhance
both the core and vendor services capabilities.
Kind regards.
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525
that
has to hack in part of the STF to be able to select the service driver based on
config vs hardwired to the reference driver.
Should I proceed with the STF review chaining or push out my code w/o the STF?
Thanks!
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (
ut there must be a better way!
Thanks!
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
signature.asc
Description: Message signed w
lf).setUp(
vpnaas_plugin=VPN_DRIVER_CLASS)
Any advise?
PCM (Paul Michali)
MAIL p...@cisco.com
IRCpcm_ (irc.freenode.net)
TW@pmichali
GPG key4525ECC253E31A83
Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Mar 4, 2014, at 1
enstack.org/#/c/74144 and
https://review.openstack.org/#/c/74156, which should be passing Jenkins again.
We are in the process of bringing up Tempest with these patches to provide 3rd
party testing.
I'd appreciate it very much, if you can (re)review these two change sets.
Thanks!
PCM
Can you provide more info on what failures you are seeing?
Regards,
PCM
PCM (Paul Michali)
IRC pc_m (irc.freenode.com)
Twitter... @pmichali
On Wed, Jan 14, 2015 at 12:35 PM, Sukhdev Kapur
wrote:
> Hi All,
>
> I am seeing very frequent failures of devstack on our C
Do you have access to the screen-q-vpn.log?
Regards,
PCM
PCM (Paul Michali)
IRC pc_m (irc.freenode.com)
Twitter... @pmichali
On Wed, Jan 14, 2015 at 2:24 PM, Sukhdev Kapur
wrote:
> HI Paul,
>
> Here is one of the typical log when this failure hits.
>
>
at is true?
Also, if you can kindly review the code here:
https://review.openstack.org/#/c/146508/5/neutron_vpnaas/services/vpn/common/netns_wrapper.py,
I'd really appreciate it, as I'm not versed in the Linux proc files at all.
Thanks!
PCM (Paul Michali)
IRC pc_m (irc.f
For review https://review.openstack.org/#/c/147852/, a workaround was
created to resolve an issue with deleting a PID file. It adds a slash to
the parent directory and then the ownership is correct and it works.
Does anyone know of a permanent solution for this issue?
Thanks!
PCM (Paul Michali
f there is an advantage in actually testing the
system call (getaddrinfo), as part of this work?
Thoughts?
PCM (Paul Michali)
IRC pc_m (irc.freenode.com)
Twitter... @pmichali
On Tue, Jan 20, 2015 at 3:02 PM, Kevin Benton wrote:
> I don't believe we have any unit
it is best to just do the simple thing for now. I wanted to double
check though, to see if the alternatives could/should be considered.
Regards,
PCM
PCM (Paul Michali)
IRC pc_m (irc.freenode.com)
Twitter... @pmichali
On Fri, Jan 23, 2015 at 1:35 AM, Joshua Zhang
wrote:
>
(Paul Michali)
IRC pc_m (irc.freenode.com)
Twitter... @pmichali
On Fri, Jan 23, 2015 at 10:37 AM, Kyle Mestery wrote:
> According to the patch author, the check isn't necessary at all.
>
> On Fri, Jan 23, 2015 at 7:12 AM, Paul Michali wrote:
>
>> To sum
ploy whole
> config, etc
PCM: I currently have the device driver deleting the IPSec connection, when
ADMIN DOWN, but once REST API is in place, the device will just set the state
to down and it can easily be set ADMIN UP.
This is a timely subject (thanks for bringing it up)
Eugene,
Won't we need that mixing anyway? If there is an admin down state, shouldn't
that drive the status to down?
Seems awkward to me, if an IPSec connection has a status of ACTIVE, but an
admin state of ADMIN DOWN. Or were you thinking of something different?
Regards,
PCM (Pa
never
> updated on any resource since when I started using Quantum!
> Also, other IaaS network APIs that I am aware of ([3],[4],[5]) do not have
> such concept; with the exception of [3] for the virtual router, if I'm not
> wrong.
PCM: It clearly is something commonly seen in t
Hi,
I've updated the API documentation and need a second core review so that I can
commit this… it is a dependency for two other commits (client and Horizon), so
would like to make sure this one is OK first.
https://review.openstack.org/#/c/46569/1
Thanks!
PCM (Paul Michali)
M
has already been
defined.
Regards,
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
signature.asc
Description: Message signed with OpenPGP using GPGMail
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
Added several more questions inline…
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Oct 11, 2013, at 3:28 PM, Paul Michali wrote:
> Hi folks,
>
> I have a bunch of questions for you on VPNaaS in specific, and services in
> general..
Thanks for the responses Nachi! I combined them into one message. See @PCM
inline…
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Oct 11, 2013, at 5:40 PM, Nachi Ueno wrote:
> Hi Paul
>
> 2013/10/11 Paul Michali :
>> Hi folks,
>&g
See @PCM in-line…
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Oct 12, 2013, at 5:04 PM, Eugene Nikanorov wrote:
> Hi folks,
>
> > I was wondering in general how providers can customize service features,
> > based on their capab
connections in different states?
Have you guys tried VPNaaS with Havana and the now default ML2 plugin? I got a
failure on connection create, saying that it could not find
get_l3_agents_hosting_routers() attribute. I haven't looked into this yet, but
will try as soon as I can.
Thanks!
PCM
See PCM: in-line.
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Oct 23, 2013, at 9:41 AM, Akihiro Motoki wrote:
> Hi Paul,
>
>
> On Wed, Oct 23, 2013 at 9:56 PM, Paul Michali wrote:
>>
>> Hi guys,
>>
>> Som
I put the client code out for review as WIP:
https://review.openstack.org/#/c/53602/
Regards,
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Oct 23, 2013, at 4:53 PM, Nachi Ueno wrote:
> Hi Paul
>
> I rebased the patch, and working on uni
Andrew,
I'd like to try out PyCharms Pro. Can I get a license (I'm an ATC for Neutron
area).
Thanks!
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
signature.asc
Description: Message signed with OpenPGP usi
and
vice versa, I see the list of policies in the "Available Networks" and nothing
still in the "Available Policies" field.
What am I missing/doing wrong, such that the policy choices information is not
being filled out in the template?
How does the populate_policy_c
Does anyone know if the IRC channels have been renamed or will be renamed?
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http
xt of the file, and a second one to move the file to a new location)?
Just wondering if there is a way to make reviewing easier…
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
___
OpenStack-dev mailing list
OpenStac
Cool! Thanks! I'm preparing to setup IRC on another computer and adding my
channels and was wondering about that.
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Jul 8, 2013, at 3:00 PM, Jeremy Stanley wrote:
> On 2013-07-08 12:53:10 -040
then reformat the output (or is there way to
do that easier)?
I did try to use json.loads() on the RESP: output, but it threw an ValueError
"Expecting property name: line 1 column 1 (char 1)"
Ideas?
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
h, or
username/password for auth on the requests?
I've been playing with using the CLI and --verbose, and then trying to extract
the RESP:… output and run through JSON. A bit jacky, but it sorta works.
PCM (Paul Michali)
Contact info for Cisco users http://twiki.cisco.com/Main/pcm
On Ju
Yes that will! Copying and pasting the public key is difficult.
Will try this out.
Regards.
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Aug 1, 2013, at 2:43 AM, Morgan Fainberg wrote:
> Paul,
>
> Depending on what version of keyston
https://review.openstack.org/#/c/41702/
Thanks!
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
signature.asc
Description: Message signed with OpenPGP using GPGMail
___
OpenStack-dev mailing list
OpenStack-dev
do we have that mechanism defined?).
Regards,
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
On Aug 19, 2013, at 6:15 PM, Nachi Ueno wrote:
> Hi folks
>
> I would like to discuss whether supporting OpenSwan or StrongSwan or Both for
> ipsec driv
, as the user could specify MTU first.
If we don't test the MTU based on IPv4/6, then what do I use for a lower limit
- the IPv4 limit of 68?
Thanks!
PCM (Paul Michali)
MAIL p...@cisco.com
IRC pcm_ (irc.freenode.net)
TW @pmichali
signature.asc
Description: Message signed with Ope
Congratulations Henry!
On Wed, Oct 21, 2015 at 5:03 AM Ihar Hrachyshka wrote:
>
> > On 21 Oct 2015, at 05:14, Armando M. wrote:
> >
> > Hi folks,
> >
> > Henry has been instrumental in many areas of the projects and his crazy
> working hours makes even Kevin and I bow in awe.
> >
> > Jokes asi
Appreciate all the work Edgar!
Regards,
PCM
On Thu, Nov 5, 2015 at 11:15 AM Miguel Lavalle wrote:
> Hey Paisano,
>
> Thanks for your great contributions.
>
> Un abrazo
>
> On Wed, Nov 4, 2015 at 6:28 PM, Edgar Magana
> wrote:
>
>> Dear Colleagues,
>>
>> I have been part of this community from
Neutron community,
During the past several releases, while leading the VPNaaS project, I've
seen many great enhancements and features added to the VPNaaS project by
the community, including support for StrongSwan, Libreswan, completion of
the project split out, functional and rally tests, endpoint
ve done for VPNaaS, Paul! Your help and guidance
> was (and is) always very helpful.
>
> On Thu, Nov 12, 2015 at 5:56 PM, Paul Michali wrote:
>
>> Neutron community,
>>
>> During the past several releases, while leading the VPNaaS project, I've
>> seen many
I like the idea of doing a Horizon plugin, similar to a devstack plugin...
So choice (c) is my preference, given my current understanding. May be good
to try it on one subproject and see how it works out. Would give a concrete
example to discuss.
Regards,
Paul Michali (pc_m)
On Wed, Nov 25
-
older release or something).
Regards,
Paul Michali (pc_m)
On Mon, Nov 30, 2015 at 4:33 AM Ihar Hrachyshka wrote:
> bharath wrote:
>
> > Hi,
> >
> > when running tox "sudo -u stack -H tox -e api
> > neutron.tests.api.test_vpnaas_extensions"
> >
Check out https://freenode.net/irc_servers.shtml which lists the servers. I
was using irc.freenode.net. Switched to weber.freenode.net and able to
connect.
(now everyone will hop on that one and I'll have to pick another :)
On Mon, Nov 30, 2015 at 2:46 PM Clark, Jay wrote:
> Can't connect eit
needed.
Thanks to blogan, ZZelle, fungi, anteaya, lifeless, ajmiller and others for
helping investigate and come up with the approach on this issue!
Regards,
Paul Michali (pc_m)
__
OpenStack Development Mailing List (not for usa
n't see this carnage.
Regards,
Paul Michali (pc_m)
On Tue, Dec 1, 2015 at 6:44 AM Paul Michali wrote:
> I found a problem yesterday running pep8 locally in neutron-lbaas. After
> discussing with LBaaS team, we identified that there is a problem with
> pylint. The same issues were
https://review.openstack.org/#/c/251874/, which needs the fix
to requirements project.
Thoughts?
PCM
On Tue, Dec 1, 2015 at 10:29 AM Gary Kotton wrote:
> Should we not be updating this in the requirements project?
>
> From: Paul Michali
> Reply-To: OpenStack List
> Date: Tuesday, Decembe
Sweet!
On Fri, Dec 4, 2015 at 3:40 PM Matthew Treinish
wrote:
> Hi Everyone,
>
> As some people may have seen already we've been working on creating a test
> results dashboard up and running to visualize the state of the tests
> running in
> the gate. You can get to the dashboard here:
>
> http
Hi!
I've been playing with Liberty code a bit and had some questions that I'm
hoping Nova folks may be able to provide guidance on...
If I set up a flavor with hw:mem_page_size=2048, and I'm creating (Cirros)
VMs with size 1024, will the scheduling use the minimum of the number of
huge pages avai
See PCM inline...
On Fri, Jun 3, 2016 at 8:44 AM Daniel P. Berrange
wrote:
> On Fri, Jun 03, 2016 at 12:32:17PM +0000, Paul Michali wrote:
> > Hi!
> >
> > I've been playing with Liberty code a bit and had some questions that I'm
> > hoping Nova fol
one of the NUMA spaces.
>
>
>
> Having a look at the KVM XML can also help a bit if you are debugging.
>
>
>
> Tim
>
>
>
> *From: *Paul Michali
> *Reply-To: *"OpenStack Development Mailing List (not for usage
> questions)"
> *Date: *Friday 3 J
e and was in error state, I could delete the VM, but the
Neutron port was still there. Is that correct?
I didn't see any log messages in neutron, requesting to unbind and delete
the port.
Thanks!
PCM
.
On Fri, Jun 3, 2016 at 2:03 PM Paul Michali wrote:
> Thanks for the link Tim!
>
On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen
wrote:
> On 06/03/2016 12:03 PM, Paul Michali wrote:
> > Thanks for the link Tim!
> >
> > Right now, I have two things I'm unsure about...
> >
> > One is that I had 1945 huge pages left (of size 2048k) and t
I'll try to reproduce and collect logs for a bug report.
Thanks for the info.
PCM
On Thu, Jun 9, 2016 at 9:43 AM Matt Riedemann
wrote:
> On 6/9/2016 6:15 AM, Paul Michali wrote:
> >
> >
> > On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen
> > mailto:chris
See PCM: Inline...
On Thu, Jun 9, 2016 at 11:42 AM Steve Gordon wrote:
> - Original Message -
> > From: "Paul Michali"
> > To: "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
> > S
ng on with the neutron port
not being released - we have another person in my group who has seen the
same issue.
Regards,
PCM
On Fri, Jun 10, 2016 at 4:41 AM Daniel P. Berrange
wrote:
> On Thu, Jun 09, 2016 at 12:35:06PM -0600, Chris Friesen wrote:
> > On 06/09/2016 05:15 AM, Paul
Any thoughts?
PCM
On Fri, Jun 10, 2016 at 9:05 AM Paul Michali wrote:
> Thanks Daniel and Chris! I think that was the problem, I had configured
> Nova flavor with a mem_page_size of 1024, and it should have been one of
> the supported values.
>
> I'll go through and che
;t know why I cannot repeat what I did on 6/3, where I changed
hw:mem_page_size from "large" to "2048"and it worked, allocation to each
of the two NUMA nodes. :(
Regards,
PCM
On Fri, Jun 10, 2016 at 9:16 AM Paul Michali wrote:
> Actually, I had menm_page_size set to "lar
Chris Friesen
wrote:
> On 06/13/2016 02:17 PM, Paul Michali wrote:
> > Hmm... I tried Friday and again today, and I'm not seeing the VMs being
> evenly
> > created on the NUMA nodes. Every Cirros VM is created on nodeid 0.
> >
> > I have the m1/small flavor (@GB) sel
Certainly the ciphers and hashes could be enhanced for VPNaaS. This would
require converting the user selections into options for the underlying
device driver, modifying the neutron client (OSC) to allow entry of the new
selections, updating unit tests, and likely adding some validators to
reject t
I think Kyle polled operators and a few mentioned using VPNaaS for
site-to-site IPSec - do a search in this ML for VPNaaS. AFAIK, no one so
far is stepping up to work on VPNaaS.
Regards,
PCM
On Tue, Jun 14, 2016 at 1:40 PM Mark Fenwick
wrote:
> Hi Paul,
>
> On 06/14/16 10:27, Pau
?
Thanks!
PCM
On Tue, Jun 14, 2016 at 1:09 PM Paul Michali wrote:
> Great info Chris and thanks for confirming the assignment of blocks of
> pages to a numa node.
>
> I'm still struggling with why each VM is being assigned to NUMA node 0.
> Any ideas on where I should loo
Awesome Jay!
Do you think this is something that can be backporting to Liberty w/o other
dependencies? We're running Liberty on our system right now.
On Tue, Jun 14, 2016 at 4:10 PM Jay Pipes wrote:
> On 06/14/2016 12:30 PM, Paul Michali wrote:
> > Well, looks like we figur
Yeah, was thinking more of technically vs policy. Wondering if there are
other dependencies or if I could patch this into a Liberty code base.
On Wed, Jun 15, 2016 at 12:38 PM Jay Pipes wrote:
> On 06/15/2016 03:58 AM, Paul Michali wrote:
> > Awesome Jay!
> >
> > Do you th
Is the plan to back port that change to Mitaka?
Thanks,
PCM
On Wed, Jun 15, 2016 at 1:31 PM Matt Riedemann
wrote:
> On 6/14/2016 3:09 PM, Jay Pipes wrote:
> >
> > Yes. Code merged recently from Sahid does this:
> >
> > https://review.openstack.org/#/c/277422/
> >
> > Best,
> > -jay
> >
>
> Th
ize, used=0, total=pages.total -
_get_reserved_memory_for_cell( self, cell.id, pages.size)) for pages in
cell.mempages]
If we do this, would it avoid issues with back porting the change?
Thanks!
PCM
On Wed, Jun 15, 2016 at 5:52 PM Matt Riedemann
wrote:
> On 6/15/2016 3:10 PM, Paul Micha
Are you running the test locally?
IIRC, the tempest based API tests for VPN have been (are being) moved to
the VPN repo, but I don't know if a job was ever created for this so that
the tests actually run. You may want to check with the author who moved the
tests (madhusudan-kandadai) under commit
+1
On Mon, Apr 25, 2016, 5:32 PM Armando M. wrote:
> On 25 April 2016 at 10:01, Ihar Hrachyshka wrote:
>
>> WAT???
>>
>> It was never supposed to be core only. Everyone is welcome!
>>
>
> In fact this should be cross-posted the other openstack ML too.
>
>
>> Sent from my iPhone
>>
>> > On 25 Ap
Thanks Sean!
On Mon, Dec 14, 2015 at 12:58 PM Armando M. wrote:
> On 14 December 2015 at 09:51, Sean Dague wrote:
>
>> On 12/14/2015 12:32 PM, Armando M. wrote:
>> > Hi folks,
>> >
>> > Something snuck in past the gate last night [1]. Please stop rechecking
>> > and pushing in the merge queue u
I revised the wiki page that I created previously on how to add functional
jobs to the gate. I added more details, indicated about getting liaison
review, and added some miscellaneous information on templates, skipping
tests, and making tests release based.
Ref: https://wiki.openstack.org/wiki/Neu
param
dict, at the expense of more of a change impact (32 places/9 files).
Looking forward to community feedback on this...
Regards,
Paul Michali (pc_m)
__
OpenStack Development Mailing List (not for usage questions)
U
proposal (A).
I think plan A gives more flexibility in converting kwargs into a param
dict, at the expense of more of a change impact (32 places/9 files).
Looking forward to community feedback on this...
Regards,
Paul Michali (pc_m)
__
Thanks for hopping on it quickly!
On Fri, Jan 29, 2016 at 10:41 AM Michael Krotscheck
wrote:
> Hey everyone!
>
> Since the summit submission deadline is this weekend, we (the infra team)
> have decided that it's an excellent time to break all of our slaves, so you
> can go and submit your talk
Sounds interesting... the link
https://docs.openstack.org/infra/git-restack/ referenced
as the home page in PyPI is a broken link.
Regards,
PCM
On Tue, Feb 2, 2016 at 12:54 PM James E. Blair wrote:
> Hi,
>
> I'm pleased to announce a new and very simple tool to help with managing
> large patc
Thanks Salvatore for the responses. See @PCM in-line...
On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando
wrote:
> Some comments inline.
>
> Salvatore
>
> On 6 July 2015 at 20:00, Paul Michali wrote:
>
>> Hi,
>>
>> I have some urgent requests about m
And for the query, it involves several table references (Router, Port,
IPAllocation).
On Tue, Jul 7, 2015 at 8:00 AM Paul Michali wrote:
> Thanks Salvatore for the responses. See @PCM in-line...
>
>
>
> On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando
> wrote:
>
&g
39 GMT+09:00 Henry Gessau :
>
>> On Tue, Jul 07, 2015, Paul Michali
>> wrote:
>>
>> Thanks Salvatore for the responses. See @PCM in-line...
>>
>>
>>
>> On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando
>> wrote:
>>
>>> Some com
turn _parse_rfc1738_args(name_or_url)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/url.py",
line 235, in _parse_rfc1738_args
"Could not parse rfc1738 URL from string '%s'" % name)
sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL f
I'm seeing that neutron-vpn repo py27 tests are now failing. Did a git
bisect in Neutron and found that this commit is causing the failure (not
sure what's broken).
commit 18bc67d56faef30a0f73429a5ee580e052858cb5
Author: armando-migliaccio
Date: Thu Jul 2 12:56:24 2015 -0700
COMMON_PREFIXE
er issue lurking.
>
> Salvatore
>
> On 7 July 2015 at 17:44, Paul Michali wrote:
>
>> Salvatore,
>>
>> I changed head to the version before my new one, and then tried to
>> upgrade and I see this:
>> neutron-db-manage --config-file /opt/stack/neutron
I have that change in the neutron repo that is being used with by this
neutron-vpnaas repo.
On Tue, Jul 7, 2015 at 3:12 PM Mike Bayer wrote:
>
>
> On 7/7/15 1:28 PM, Paul Michali wrote:
>
> HEAD, head, 24f28869838b (my new file) all say the same thing. :(
>
>
> On Tue,
I found the issue. The upgrade is looking for config to have [database]
section and connection definition. If I use /etc/neutron/neutron.conf, then
the neutron-db-manage runs.
On Tue, Jul 7, 2015 at 3:38 PM Paul Michali wrote:
> I have that change in the neutron repo that is being used w
ySWLImpl." and "Will
assume non-transactional DDL." I put a "import pdb; pdb.set_trace() in my
migration file, but it never reaches that.
What am I possibly missing?
Regards,
PCM
On Tue, Jul 7, 2015 at 4:04 PM Paul Michali wrote:
> I found the issue. The upgrade is look
Great to see you added as a core!
On Thu, Jul 23, 2015 at 3:02 AM Somanchi Trinath <
trinath.soman...@freescale.com> wrote:
> Congratulations Cedric. J
>
>
>
> *From:* Miguel Lavalle [mailto:mig...@mlavalle.com]
> *Sent:* Wednesday, July 22, 2015 10:32 PM
> *To:* OpenStack Development Mailing L
Hi,
I've created a DevStack plugin for the neutron-vpnaas repo. Now, I'm trying
to remove the q-vpn service setup from the DevStack repo (
https://review.openstack.org/#/c/201119/).
However, I'm hitting an issue in that (almost) every test that uses
DevStack fails, because it is no longer setting
re some
common location where I can enable the plugin to handle all DSVM based
jobs, do I just update the 5 failing tests, do I update just the 3 voting
tests, or do I update all 16 DSVM based jobs?
Regards,
PCM
On Fri, Jul 24, 2015 at 5:12 PM Clark Boylan wrote:
> On Fri, Jul 24, 2015, at 02
e
> assumption that neutron base services are sufficiently tested elsewhere,
> and the only thing you should test is the additional function and
> complexity that your component brings to the mix.
>
> -Sean
>
> On 07/27/2015 07:44 AM, Paul Michali wrote:
> >
eutron IRC
channel or ML to discuss items.
Regards,
Paul Michali (pc_m)
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.ope
08:21 AM, Paul Michali wrote:
> > Maybe I'm not explaining myself well (sorry)...
> >
> > For VPN commits, there are functional jobs that (now) enable the
> > devstack plugin for neutron-vpnaas as needed (and grenade job will do
> > the same). From the neutron-v
Will hold another meeting tomorrow. If you have items for the agenda,
please update the Wiki.
Regards,
Paul Michali (pc_m)
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ
Congratulations Brandon and Russell!
On Sat, Aug 22, 2015 at 6:36 PM Doug Wiegley
wrote:
> New guys have to plan the liberty summit get together, right? :)
>
>
> Doug
>
>
> On Aug 22, 2015, at 2:06 PM, Kyle Mestery wrote:
>
> It's been over a week, so I'd like to welcome Brandon and Russell to
g) and IPSec connection API (delete
peer_cidrs arg, and add local_endpoints and peer_endpoints args). Do we
modify the URI so that it calls out v3 (versus v2)? Where do we do that?
I'm unsure of the mechanism of increasing the version.
Thanks in advance for any guidance here on how this should
isting extension, as part of v2.0. We can, at a later time, break it out
into a new extension module, if needed.
Jay, there isn't any micro-versioning yet for neutron-vpnaas repo.
Regards,
PCM
On Mon, Aug 24, 2015 at 11:49 AM Jay Pipes wrote:
> Hi Paul, comments inline...
>
> On
have concerns
about the proposal.
Regards,
Paul Michali (IRC pc_m)
VPNaaS Core
Ref: https://review.openstack.org/#/c/191944/
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ
Could use some consensus on how to proceed here... Can the cores weigh in
here?
Regards,
PCM
On Thu, Aug 20, 2015 at 10:54 AM Paul Michali wrote:
> I'm trying to update the DSVM test for neutron client so that it uses the
> new VPN devstack plugin. In this process, however, I wan
.
Regards,
Paul Michali (pc_m)
On Mon, Aug 24, 2015 at 3:50 PM Xav Paice wrote:
> On 25/08/15 06:32, Paul Michali wrote:
>
> As part of the effort to provide support for multiple local subnets for
> VPNaaS IPSec connections, there are three API changes planned [1].
>
> One is t
Thanks Kevin, I think I was only seeing messages that had also replied all
to openstack-dev mailing list (I wasn't on openstack-operators, until
today).
Regards,
Paul Michali (pc_m)
On Mon, Aug 24, 2015 at 5:11 PM Kevin Benton wrote:
> It sounds like you might have missed a couple r
d take a pair of endpoint
group IDs (one for the local subnet(s) formally specified by the service
API, and one for peer CIDRs).
Regards,
Paul Michali (pc_m)
On Mon, Aug 24, 2015 at 5:32 PM Xav Paice wrote:
> I'm sure I'm not the only one that finds the vast amount of traffic in
1 - 100 of 230 matches
Mail list logo