- Fix Redfish spelling
This commit is contained in:
committed by
Devananda van der Veen
parent
dba7561bf6
commit
73fe971ea2
@@ -18,7 +18,7 @@ STARTING ASSUMPTIONS
|
|||||||
|
|
||||||
On URIs:
|
On URIs:
|
||||||
|
|
||||||
The RedFish RESTful API is a "hypermedia API" by design. This is to avoid
|
The Redfish RESTful API is a "hypermedia API" by design. This is to avoid
|
||||||
building in restrictive assumptions to the data model that will make it
|
building in restrictive assumptions to the data model that will make it
|
||||||
difficult to adapt to future hardware implementations. A hypermedia API avoids
|
difficult to adapt to future hardware implementations. A hypermedia API avoids
|
||||||
these assumptions by making the data model discoverable via links between
|
these assumptions by making the data model discoverable via links between
|
||||||
@@ -128,10 +128,10 @@ import StringIO
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
class RedFishConnection(object):
|
class RedfishConnection(object):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(RedFishConnection, self).__init__()
|
super(RedfishConnection, self).__init__()
|
||||||
# XXX add members, we're going to have to cache
|
# XXX add members, we're going to have to cache
|
||||||
|
|
||||||
def rest_op(self, operation, host, suburi, request_headers, request_body,
|
def rest_op(self, operation, host, suburi, request_headers, request_body,
|
||||||
|
|||||||
Reference in New Issue
Block a user