diff --git a/etc/trove/trove-taskmanager.conf.sample b/etc/trove/trove-taskmanager.conf.sample index 082b280970..f299fadee3 100644 --- a/etc/trove/trove-taskmanager.conf.sample +++ b/etc/trove/trove-taskmanager.conf.sample @@ -29,7 +29,7 @@ db_api_implementation = trove.db.sqlalchemy.api # Configuration options for talking to nova via the novaclient. trove_auth_url = http://0.0.0.0:5000/v2.0 nova_compute_url = http://localhost:8774/v2 -nova_volume_url = http://localhost:8776/v1 +cinder_url = http://localhost:8776/v1 swift_url = http://localhost:8080/v1/AUTH_ # Config options for enabling volume service diff --git a/etc/trove/trove.conf.sample b/etc/trove/trove.conf.sample index ad24d5e563..107209a3f3 100644 --- a/etc/trove/trove.conf.sample +++ b/etc/trove/trove.conf.sample @@ -42,7 +42,7 @@ api_extensions_path = trove/extensions/routes # Configuration options for talking to nova via the novaclient. trove_auth_url = http://0.0.0.0:5000/v2.0 nova_compute_url = http://localhost:8774/v2 -nova_volume_url = http://localhost:8776/v1 +cinder_url = http://localhost:8776/v1 swift_url = http://localhost:8080/v1/AUTH_ # Config option for showing the IP address that nova doles out