Replaced 'capabilities' with 'notifications'

In the original spec we noticed that capabilities were already implemented and
that the feature that needed to be added was 'notifications', that is why I
replaced the original 'capabilities' with 'notifications'.

Change-Id: I414d21e432490fbfb0096464ead5ddfb2b45fdd8
This commit is contained in:
dynarro 2015-06-29 15:33:39 +02:00
parent c428fc7bd9
commit 6e0ee1a9e3
1 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ the client side. This endpoints include:
- Pools
- Flavors
- Capabilities
- Notifications
Adding support for these features would make developing applications with Zaqar
easier.
@ -38,7 +38,7 @@ v1.1,the proposed change is to add support for the following features:
- flavor_update
- flavor_list
3. Capabilities
3. Notifications
Implementation
==============
@ -62,19 +62,19 @@ Add support to:
- pools
- flavors
- capabilities
- notifications
Add unit testing for:
- pools
- flavors
- capabilities
- notifications
Add developers documentation for:
- pools
- flavors
- capabilities
- notifications
Dependencies
============