Show respect to original author
Add origianl copyright in quotas.py Change-Id: I39b935c56432dd19aa8f507f42170a812a28970e
This commit is contained in:
parent
511be25834
commit
7744129c83
@ -1,5 +1,8 @@
|
|||||||
# Copyright 2017 Fiberhome Integration Technologies Co.,LTD
|
# Copyright 2017 Fiberhome Integration Technologies Co.,LTD
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
# Copyright 2010 United States Government as represented by the
|
||||||
|
# Administrator of the National Aeronautics and Space Administration.
|
||||||
|
# All Rights Reserved.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
@ -14,7 +17,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""Quotas for servers."""
|
'''
|
||||||
|
Quotas for servers.
|
||||||
|
Leverages cinder/quota.py
|
||||||
|
'''
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user