diff options
Diffstat (limited to 'create_opstack.py')
-rw-r--r-- | create_opstack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/create_opstack.py b/create_opstack.py index a7fa699..a8251ef 100644 --- a/create_opstack.py +++ b/create_opstack.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + import keystoneclient.v2_0.client as ksclient import quantumclient.quantum.client as qclient import novaclient.client as nclient |