Nova Host Aggregate Plugin

Registered by Travis Tripp

Provide a plugin to index nova host aggregates and availability zones (OS::Nova::Aggregate)

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Travis Tripp
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
Accepted for ocata
Implementation:
Not started
Milestone target:
None

Related branches

Sprints

Whiteboard

[sjmc7] - There are currently no notifications at all for aggregates.

API response (listing fields) for aggregates (for v2) is:

{'_info': {u'availability_zone': None,
  u'created_at': u'2016-04-11T16:31:27.000000',
  u'deleted': False,
  u'deleted_at': None,
  u'hosts': [u'devstack'],
  u'id': 1,
  u'metadata': {},
  u'name': u'test-agg',
  u'updated_at': None},
 '_loaded': True,
 'availability_zone': None,
 'created_at': u'2016-04-11T16:31:27.000000',
 'deleted': False,
 'deleted_at': None,
 'hosts': [u'devstack'],
 'id': 1,
 'manager': <novaclient.v2.aggregates.AggregateManager at 0x104ebca10>,
 'metadata': {},
 'name': u'test-agg',
 'updated_at': None,
 'x_openstack_request_ids': []}

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.