Use --subproject instead of deprecated --service option

The --service option to neutron-db-manage is deprecated and will be
removed soon. Use --subproject instead.

Related-Bug: #1501380

Change-Id: I4ab0f7b7c41aeed8aeb14c893f1837db94d23fd3
This commit is contained in:
Henry Gessau 2016-05-30 10:54:46 -04:00 committed by Henry Gessau
parent 26926a2744
commit 12493af8fc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ in the [SERVICE_PROVIDERS] section (you may have to add this section if it doesn
3. Create the loadbalancer tables in the neutron database::
neutron-db-manage --service lbaas upgrade head
neutron-db-manage --subproject neutron-lbaas upgrade head
Configure Astara for loadbalancer support
-----------------------------------------