Skip to content

Commit

Permalink
Merge "Adding admin_tenant_name parameter to the provision_encap.py" …
Browse files Browse the repository at this point in the history
…into R2.22.x
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 8, 2016
2 parents 6d25156 + b8f8c84 commit 232431b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/utils/provision_encap.py
Expand Up @@ -114,6 +114,8 @@ def _parse_args(self, args_str):
"--admin_user", help="Name of keystone admin user", required=True)
parser.add_argument(
"--admin_password", help="Password of keystone admin user", required=True)
parser.add_argument(
"--admin_tenant_name", help="Tenant name for keystone admin user")

self._args = parser.parse_args(remaining_argv)
if not self._args.encap_priority:
Expand Down

0 comments on commit 232431b

Please sign in to comment.