now that we are planning on replacing the entire cells design with
something else and don't want to spend time fixing something we are
about to remove, closing this.
** Changed in: nova
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1161208
Title:
make AggregateAPI work in cells
Status in OpenStack Compute (Nova):
Won't Fix
Bug description:
Make nova.compute.AggregateAPI work in child cells:
def create_aggregate(self, context, aggregate_name, availability_zone):
def get_aggregate(self, context, aggregate_id):
def get_aggregate_list(self, context):
def update_aggregate(self, context, aggregate_id, values):
def update_aggregate_metadata(self, context, aggregate_id, metadata):
def delete_aggregate(self, context, aggregate_id):
def add_host_to_aggregate(self, context, aggregate_id, host_name):
def remove_host_from_aggregate(self, context, aggregate_id, host_name):
Should all work through cells.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1161208/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp