Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Currently contrail-installer supports the following:
contrail-installer: sources master, devstack: stable/mitaka
contrail-installer: sources R3.0, devstack: stable/mitaka
contrail-installer: packages R2.20, devstack: stable/mitaka
contrail-installer: sources master, devstack: stable/ocata [NEW]

**Note it is recommended to start devstack before OpenContrail due to OpenContrail uses some old packages and they will break devstack**

# OpenContrail localrc

Expand Down Expand Up @@ -87,11 +90,11 @@ This will create a screen names "contrail" with a tab corresponding to each cont

# Devstack

Trunk of contrail-installer currently works with stable/mitaka of devstack.
Trunk of contrail-installer currently works with ~~stable/mitaka~~ stable/ocata of devstack.

git clone git@github.com:openstack-dev/devstack
cd devstack
git checkout stable/mitaka
git checkout stable/ocata

A glue file is needed for devstack to use Contrail neutron plugin

Expand Down
Loading