Hi Tony, thanks for your answer. The problem is that I need ONOS SONA that is based on openstack mitaka and I don't know if it supports other newest branches. I'll try what you suggested. Thanks
2017-07-25 10:55 GMT+02:00 Tony Breeds <[email protected]>: > On Tue, Jul 25, 2017 at 10:22:18AM +0200, Silvia Fichera wrote: > > Hi all, > > I need to use Openstack Mitaka, I usually install it by devstack. When I > > cloned from git I have this error: > > > > git clone -b stable/mitaka https://git.openstack.org/ > openstack-dev/devstack > > Cloning into 'devstack'... > > fatal: Remote branch stable/mitaka not found in upstream origin > > > > Where can I find the branch I need? > > That's right stable/mitaka has been marked End Of Life (EOL) if you > *really* need it you can do > > git clone https://git.openstack.org/openstack-dev/devstack > git checkout -b stable/mitaka mitaka-eol > > This will get you the code as it was retired. Be warned that most of > the other service projects have also been retired so when devstack > attempts to checkout the stable/mitaka branch of (say keystone) you'll > have the same issue. > > It's strongly advised you move up to newton or better yet ocata or > master :) > > Yours Tony. > -- Silvia Fichera
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
