I am not convinced that this is the problem with CPC images.
When we bootstrapped and tested rackspace in CI, we have always provided a path to custom images. I am not convinced that we have ever filtered them by cloud name, for example, ec2 with "aws".
I am guessing that you have bootstrapped manually. I am not convinced that we are looking for "rax" image metadata. We filter simplestreams metadata by region, so it's important for Juju to be able to determine what region you are trying to bootstrap in.
Please add logs, preferably at TRACE level, to the bug as well as the commands and config that you have used.
It looks to me that index file contains rackspace images metadata under "rax" which, at a glance, is similar to what we have in CI for rackspace.
The only differences I am seeing:
* in index file:
- CI has cloudname: "released"; CPC Supplied metadata cloudname: "rax" [CPC's one looks correct to me];
- CI index file is not sjson; CPC's data is signed as it's in signed data.
I have not compared CPC products file with the one CI uses.
@Curtis
I am not convinced that this is the problem with CPC images.
When we bootstrapped and tested rackspace in CI, we have always provided a path to custom images. I am not convinced that we have ever filtered them by cloud name, for example, ec2 with "aws".
I am guessing that you have bootstrapped manually. I am not convinced that we are looking for "rax" image metadata. We filter simplestreams metadata by region, so it's important for Juju to be able to determine what region you are trying to bootstrap in.
Please add logs, preferably at TRACE level, to the bug as well as the commands and config that you have used.
It looks to me that index file contains rackspace images metadata under "rax" which, at a glance, is similar to what we have in CI for rackspace.
The only differences I am seeing:
* in index file:
- CI has cloudname: "released"; CPC Supplied metadata cloudname: "rax" [CPC's one looks correct to me];
- CI index file is not sjson; CPC's data is signed as it's in signed data.
I have not compared CPC products file with the one CI uses.