Update charm path for ovn dev preview charms

Change-Id: Ic898c3295d0b4291dc495d2c2b2584383f6b39ad
This commit is contained in:
Ryan Beisner 2019-10-24 15:59:48 -05:00
parent 24600a4678
commit 7f618a4dff
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ OVN charms:
.. warning::
The OVN charms are considered preview charms.
The OVN charms are considered preview charms, still in development.
Deployment
++++++++++
@ -37,9 +37,9 @@ OVN can then be deployed:
juju config neutron-api manage-neutron-plugin-legacy-mode=false
juju deploy neutron-api-plugin-ovn
juju deploy ovn-central -n 3 --config source=cloud:bionic-train
juju deploy ovn-chassis
juju deploy cs:~openstack-charmers-next/neutron-api-plugin-ovn
juju deploy cs:~openstack-charmers-next/ovn-central -n 3 --config source=cloud:bionic-train
juju deploy cs:~openstack-charmers-next/ovn-chassis
juju add-relation neutron-api-plugin-ovn:certificates vault:certificates
juju add-relation neutron-api-plugin-ovn:neutron-plugin \