Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: Abiquo-1.6.5
-
Fix Version/s: Abiquo-1.7.0
-
Component/s: API
-
Labels:None
-
Affect Build:3480
Description
Steps to Reproduce:
-Add the remote service appliance manager by
curl --verbose 'http://as-testing:8080/api/admin/datacenters/1/remoteServices' \
-X "POST" \
-H "Content-type:application/xml" \
-H "Accept:application/xml" \
-d '<remoteService>
<type>APPLIANCE_MANAGER</type>
<uri>http://localhost:8080/am</uri>
</remoteService>'
-enter in abiquo as sysadmin
-select a datacenter and rack
-add a physical machine
Expected Results
-The physical machine is added
Real Results
-It is not possible to add the physical machine. Is displayed the message: "An Appliance Manager must be add as a remote service in order to check the machine availability"
-Add the remote service appliance manager by
curl --verbose 'http://as-testing:8080/api/admin/datacenters/1/remoteServices' \
-X "POST" \
-H "Content-type:application/xml" \
-H "Accept:application/xml" \
-d '<remoteService>
<type>APPLIANCE_MANAGER</type>
<uri>http://localhost:8080/am</uri>
</remoteService>'
-enter in abiquo as sysadmin
-select a datacenter and rack
-add a physical machine
Expected Results
-The physical machine is added
Real Results
-It is not possible to add the physical machine. Is displayed the message: "An Appliance Manager must be add as a remote service in order to check the machine availability"
Issue Links
- relation with
-
ABICLOUD-150
Checks images in repository
-