Skip to content

Commit

Permalink
Merge "Add API schema for different_cell filter"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 15, 2015
2 parents 4ce2160 + 029ad7e commit e1848f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nova/api/openstack/compute/schemas/scheduler_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
# NOTE: The value of 'target_cell' is the cell name what cell
# a new server is scheduled on.
'target_cell': parameter_types.name,
'different_cell': {
'type': ['string', 'array'],
'items': {
'type': 'string'
}
},
'build_near_host_ip': parameter_types.ip_address,
'cidr': {
'type': 'string',
Expand Down

0 comments on commit e1848f3

Please sign in to comment.