Thanks for the reply, Iwamoto-san.
When I start ryu-manager, I provide the private key, certificate file and
certificate authority for the switch(es):
PWD=`pwd`
ryu-manager --ctl-privkey $PWD/pki/ctl-privkey.pem --ctl-cert
$PWD/pki/ctl-cert.pem --ca-certs $PWD/pki/sc-cacert.pem --verbose
I hav
Hi,
I have been running a given ryu application without any issue until this
week with the following configuration:
*python 2.7, ryu 4.34 and other prerequisites including tinyrpc,
oslo.config and six is also installed as per instructions on Getting
started page (with latest upgrades).*
*OS: Ubunt
Hi,
The traceback log shows that the tinyrpc package you have installed is
written in Python 3 syntax. Please confirm the compatibility of your
packages against Python 2. I suppose the latest tinyrpc doesn't support
Python 3.
Regards,
Iwase
2019年11月16日(土) 1:05 Ishita Dasgupta :
> Hi,
>
> I hav