Change file names from inventory to craton-api

- Since its not just inventory, and the service
now includes everything craton the file names
should reflect the same.

Fixes Bug: 1630784

Change-Id: I0fb77942a92bbf2aacbf2c4a7d0c3104ed8bebfe
This commit is contained in:
Sulochan Acharya
2016-10-05 23:35:32 +01:00
parent 33349891a7
commit 393c7452f0
9 changed files with 16 additions and 16 deletions

View File

@@ -137,9 +137,9 @@ Run dbsync
* Make sure to run dbsync to get the db tables created::
# craton-inventory-dbsync --config-file=etc/inventory
# craton-dbsync --config-file=etc/inventory
-api-conf.sample version
# craton-inventory-dbsync --config-file=etc/inventory
# craton-dbsync --config-file=etc/inventory
-api-conf.sample upgrade
-----------------------