Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
Deltacloud commit version: e2e30170dc06d4f9183559d7ce57ae6a01387432
ec2 Front end
Description
When starting Deltacloud server using the ec2 Front end, the output returned says "Starting Deltacloud API :: mock :: http://localhost:3001/api" /api refers to the 'delatcloud' front end rather than the ec2 front end. It should say "Starting ..... /ec2"
[root@hp-dl360g5-01 server]# ./bin/deltacloudd -i mock -f ec2
Starting Deltacloud API :: mock :: http://localhost:3001/api
>> Thin web server (v1.4.1 codename Chromeo)
>> Debugging ON
>> Maximum connections set to 1024
>> Listening on localhost:3001, CTRL+C to stop
^C>> Stopping ...
Comparing to when Deltacloud is started with the CIMI front end
[root@hp-dl360g5-01 server]# ./bin/deltacloudd -i mock -f cimi
Starting Deltacloud API :: mock :: http://localhost:3001/cimi/cloudEntryPoint