Re: [ovs-dev] [PATCH] debian: Remove old PKI directory migration code

2015-12-23 Thread Ansis Atteka
On 22 December 2015 at 22:11, Ben Pfaff wrote: > On Tue, Dec 22, 2015 at 06:41:35PM -0800, Ansis Atteka wrote: > > Open vSwitch 1.3 and older was creating certificates and private > > key in /usr/share/openvswitch/pki. However, since PKI directory > > is mutable, then this was considered a bug a

Re: [ovs-dev] [PATCH] debian: Remove old PKI directory migration code

2015-12-22 Thread Ben Pfaff
On Tue, Dec 22, 2015 at 06:41:35PM -0800, Ansis Atteka wrote: > Open vSwitch 1.3 and older was creating certificates and private > key in /usr/share/openvswitch/pki. However, since PKI directory > is mutable, then this was considered a bug and PKI directory was > moved to /var directory in Open vS

[ovs-dev] [PATCH] debian: Remove old PKI directory migration code

2015-12-22 Thread Ansis Atteka
Open vSwitch 1.3 and older was creating certificates and private key in /usr/share/openvswitch/pki. However, since PKI directory is mutable, then this was considered a bug and PKI directory was moved to /var directory in Open vSwitch 1.4 Commit 14bd2d51 (debian: Move PKI directory to FHS-compliant