[email protected] wrote: > From: Tomas Sedovic <[email protected]> > > Adding a new cloud account imports all the backend realms from the given > provider. Additionaly, we add frontend realms that map to the backend. > > Only one frontend realm is created for every actual realm that the cloud > provider serves, but each cloud account imports its own set of backend realms. > --- > src/app/models/cloud_account.rb | 16 ++++++++++++++++ > src/app/models/realm.rb | 13 ++++++++++++- > src/db/migrate/20090804141600_create_realms.rb | 8 +++++++- > 3 files changed, 35 insertions(+), 2 deletions(-) > > What's here seems to be working fine -- in terms of the mapping in the database. The new instance form hasn't been updated to select frontend realms, and we'll need to update the classads in condor to handle realms properly.
If you're not sure what to do on the condor side, clalance said it was a pretty easy fix, so he can probably get a patch together for that after you update this one. Scott _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
