Install python3 packages for ubuntu
Change-Id: Ie7ec148ca56ea5cf8d53cd237c50f2e76b994657
This commit is contained in:
parent
2e57efe093
commit
d276dbb7a9
@ -1,4 +1,4 @@
|
|||||||
#!{{ swift_bin }}/python
|
#!{{ swift_bin }}/{{ swift_venv_python_executable }}
|
||||||
# Copyright 2014, Rackspace US, Inc.
|
# Copyright 2014, Rackspace US, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!{{ swift_bin }}/python
|
#!{{ swift_bin }}/{{ swift_venv_python_executable }}
|
||||||
# Copyright 2014, Rackspace US, Inc.
|
# Copyright 2014, Rackspace US, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -28,9 +28,9 @@ swift_devel_distro_packages:
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
|
||||||
swift_service_distro_packages:
|
swift_service_distro_packages:
|
||||||
- python-keystonemiddleware
|
- python3-keystonemiddleware
|
||||||
- python-memcache
|
- python3-memcache
|
||||||
- python-swift
|
- python3-swift
|
||||||
- swift
|
- swift
|
||||||
|
|
||||||
swift_account_distro_packages:
|
swift_account_distro_packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user