Merge "Remove profile permission"
This commit is contained in:
@@ -66,7 +66,6 @@ def _show_profile(senlin_client, profile_id):
|
||||
'id',
|
||||
'metadata',
|
||||
'name',
|
||||
'permission',
|
||||
'project',
|
||||
'spec',
|
||||
'type',
|
||||
|
||||
@@ -29,7 +29,6 @@ class ShellTest(testtools.TestCase):
|
||||
self.profile_args = {
|
||||
'spec_file': mock.Mock(),
|
||||
'name': 'stack_spec',
|
||||
'permission': 'ok',
|
||||
'metadata': {'user': 'demo'}
|
||||
}
|
||||
self.profile_spec = {
|
||||
|
||||
Reference in New Issue
Block a user