Skip to content

Commit 7720713

Browse files
committed
add billing for openstack
1 parent 021083e commit 7720713

3 files changed

Lines changed: 426 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- openmvm openstack虚拟机监控 个人满意度:star::star::star:
1414
- vmconvert vmdk convert to openstack(kvm) 个人满意度:star::star::star::star:
1515
- simple_spider 爬一下百科词条 个人满意度:star::star:
16+
- billing 计费:star::star:

billing/billing.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[openstack]
2+
# the openstack authentication
3+
uname=admin
4+
passwd=admin
5+
auth_url=http://172.16.0.6:5000/v2.0
6+
tenant=admin
7+
domain=default
8+
9+
[price]
10+
#the price
11+
#cpu=20
12+
#mem=50
13+
disk=0.012
14+
1-2=4.67
15+
2-2=5.34
16+
2-4=9.00
17+
4-4=10.00
18+
4-8=17.34
19+
8-16=34.00
20+
16-32=66.67

0 commit comments

Comments
 (0)